Class: PayPal::SDK::AdaptivePayments::DataTypes::PaymentDetailsRequest

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

Overview

The request to look up the details of a PayRequest. The PaymentDetailsRequest can be made with either a payKey, trackingId, or a transactionId of the PayRequest.

Class Method Summary collapse

Class Method Details

.load_membersObject



782
783
784
785
786
787
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 782

def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  object_of :payKey, String
  object_of :transactionId, String
  object_of :trackingId, String
end