class PayPal::SDK::AdaptivePayments::DataTypes::PaymentDetailsRequest

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.

Public Class Methods

load_members() click to toggle source
# 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