Class: PayPal::SDK::ButtonManagerRails::DataTypes::IdentificationInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::IdentificationInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Mobile specific buyer identification.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1073 1074 1075 1076 1077 1078 1079 1080 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1073 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 |