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

removeAmount() public method

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