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());
    }