Class: PayPal::SDK::Merchant::DataTypes::IdentificationInfoType

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

Overview

Mobile specific buyer identification.

Class Method Summary collapse

Class Method Details

.load_membersObject



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