Class: PayPal::SDK::ButtonManager::DataTypes::IdentificationInfoType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

Mobile specific buyer identification.

Class Method Summary collapse

Class Method Details

.load_membersObject



1073
1074
1075
1076
1077
1078
1079
1080
# File 'lib/paypal-sdk/button_manager/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