class PayPal::SDK::AdaptivePayments::DataTypes::RefundRequest

A request to make a refund based on various criteria. A refund can be made against the entire payKey, an individual transaction belonging to a payKey, a tracking id, or a specific receiver of a payKey.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 959
def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  object_of :currencyCode, String
  object_of :payKey, String
  object_of :transactionId, String
  object_of :trackingId, String
  object_of :receiverList, ReceiverList
end