Class: PayPal::SDK::Merchant::DataTypes::IdentificationInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::IdentificationInfoType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Mobile specific buyer identification.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1090 1091 1092 1093 1094 1095 1096 1097 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1090 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 |