Pap_Api_TransactionsGrid::chargeback PHP 메소드

chargeback() 공개 메소드

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