Class: PayPal::SDK::AdaptiveAccounts::DataTypes::ClientDetailsType

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

Overview

This elements in this type refers to the end user of the application invoking this service.

Class Method Summary collapse

Class Method Details

.load_membersObject



88
89
90
91
92
93
94
95
96
97
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 88

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