Pap_Api_TransactionsGrid::chargeback PHP Method

chargeback() public method

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