Class: PayPal::SDK::AdaptivePayments::DataTypes::RefundRequest

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

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.

Class Method Summary collapse

Class Method Details

.load_membersObject



959
960
961
962
963
964
965
966
# 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