Pap_Api_TransactionsGrid::chargeback PHP Méthode

chargeback() public méthode

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