PHP Класс Smalot\Magento\CustomerBalance\StoreCredit

Наследование: extends Smalot\Magento\MagentoModuleAbstract
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getBalance() публичный Метод

Allows you to retrieve the customer store credit balance amount.
public getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
Результат Smalot\Magento\ActionInterface

getHistory() публичный Метод

Allows you to retrieve the customer store credit history information.
public getHistory ( string $customerId, string $websiteId = null ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
Результат Smalot\Magento\ActionInterface