Smalot\Magento\CustomerBalance\StoreCredit::getBalance PHP Метод

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
    public function getBalance($customerId, $websiteId)
    {
        return $this->__createAction('storecredit.balance', func_get_args());
    }