Smalot\Magento\CustomerBalance\StoreCreditQuote::setAmount PHP Method

setAmount() public method

Allows you to set amount from the customer store credit to the shopping cart.
public setAmount ( string $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId string
$store string
return Smalot\Magento\ActionInterface
    public function setAmount($quoteId, $store = null)
    {
        return $this->__createAction('storecredit_quote.setAmount', func_get_args());
    }