Class: PayPal::SDK::ButtonManagerRails::DataTypes::MobileIDInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::MobileIDInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
The Session token returned during buyer authentication.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1087 1088 1089 1090 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1087 def self.load_members # The Session token returned during buyer authentication. object_of :SessionToken, String, :namespace => :ebl end |