Sha256: 634046e68059e2464f140ca38177b54903dc00c3a3632dc9c0d701f1be3a811d

Contents?: true

Size: 621 Bytes

Versions: 7

Compression:

Stored size: 621 Bytes

Contents

module AdaptivePayments
  class RefundRequest < AbstractRequest
    operation :Refund

    attribute :currency_code,        String,             :param => "currencyCode"
    attribute :pay_key,              String,             :param => "payKey"
    attribute :tracking_id,          String,             :param => "trackingId"
    attribute :transaction_id,       String,             :param => "transactionId"
    attribute :receiver_list,        Node[ReceiverList], :param => "receiverList"
    attribute :ipn_notification_url, String,             :param => "ipnNotificationUrl"

    include ReceiverListAliases
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
creative-pp-adaptive-1.1.1 lib/pp-adaptive/refund_request.rb
pp-adaptive-1.0.0 lib/pp-adaptive/refund_request.rb
pp-adaptive-0.0.6 lib/pp-adaptive/refund_request.rb
pp-adaptive-0.0.5 lib/pp-adaptive/refund_request.rb
pp-adaptive-0.0.4 lib/pp-adaptive/refund_request.rb
pp-adaptive-0.0.3 lib/pp-adaptive/refund_request.rb
pp-adaptive-0.0.2 lib/pp-adaptive/refund_request.rb