Pap_Api_TransactionsGrid::refund PHP 메소드

refund() 공개 메소드

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