Pap_Api_TransactionsGrid::refund PHP Method

refund() public method

public refund ( $note = '', $fee )
        public function refund($note = '', $fee = 0)
        {
            return $this->makeRefundChargeback(self::TYPE_REFUND, $note, $fee);
        }