Class: PayPal::SDK::AdaptivePayments::DataTypes::ClientDetailsType

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

Overview

Details about the end user of the application invoking this service.

Class Method Summary collapse

Class Method Details

.load_membersObject



62
63
64
65
66
67
68
69
70
71
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 62

def self.load_members
  object_of :ipAddress, String
  object_of :deviceId, String
  object_of :applicationId, String
  object_of :model, String
  object_of :geoLocation, String
  object_of :customerType, String
  object_of :partnerName, String
  object_of :customerId, String
end