class PayPal::SDK::AdaptivePayments::DataTypes::ClientDetailsType

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

Public Class Methods

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