Smalot\Magento\CustomerBalance\StoreCredit::getBalance PHP Method

getBalance() public method

Allows you to retrieve the customer store credit balance amount.
public getBalance ( string $customerId, string $websiteId ) : Smalot\Magento\ActionInterface
$customerId string
$websiteId string
return Smalot\Magento\ActionInterface
    public function getBalance($customerId, $websiteId)
    {
        return $this->__createAction('storecredit.balance', func_get_args());
    }