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



2393
2394
2395
2396
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2393

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