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

getHistory() public method

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