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



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

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