Class: PayPal::SDK::ButtonManagerRails::DataTypes::DeviceDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::DeviceDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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_members ⇒ Object
2328 2329 2330 2331 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2328 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 |