class PayPal::SDK::Merchant::DataTypes::DeviceDetailsType

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

Public Class Methods

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