Class: PayPal::SDK::Merchant::DataTypes::DeviceDetailsType

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

Overview

Device ID Optional Character length and limits: 256 single-byte characters DeviceID length morethan 256 is truncated

Class Method Summary collapse

Class Method Details

.load_membersObject



2387
2388
2389
2390
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2387

def self.load_members
  # Device ID Optional  Character length and limits: 256 single-byte characters DeviceID length morethan 256 is truncated  
  object_of :DeviceID, String, :namespace => :ebl
end