Class: PayPal::SDK::ButtonManager::DataTypes::IdentificationInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::IdentificationInfoType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Mobile specific buyer identification.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1056 1057 1058 1059 1060 1061 1062 1063 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1056 def self.load_members # Mobile specific buyer identification. object_of :MobileIDInfo, MobileIDInfoType, :namespace => :ebl # Contains login bypass information. object_of :RememberMeIDInfo, RememberMeIDInfoType, :namespace => :ebl # Identity Access Token. object_of :IdentityTokenInfo, IdentityTokenInfoType, :namespace => :ebl end |