PHP Class Smalot\Magento\CustomerBalance\StoreCredit

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Afficher le fichier Open project: smalot/magento-client

Méthodes publiques

Méthode Description
getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface Allows you to retrieve the customer store credit balance amount.
getHistory ( string $customerId, string $websiteId = null ) : Smalot\Magento\ActionInterface Allows you to retrieve the customer store credit history information.

Method Details

getBalance() public méthode

Allows you to retrieve the customer store credit balance amount.
public getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
Résultat Smalot\Magento\ActionInterface

getHistory() public méthode

Allows you to retrieve the customer store credit history information.
public getHistory ( string $customerId, string $websiteId = null ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
Résultat Smalot\Magento\ActionInterface