Class: PayPal::SDK::Merchant::DataTypes::MobileIDInfoType

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

Overview

The Session token returned during buyer authentication.

Class Method Summary collapse

Class Method Details

.load_membersObject



1102
1103
1104
1105
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1102

def self.load_members
  # The Session token returned during buyer authentication.
  object_of :SessionToken, String, :namespace => :ebl
end