class PayPal::SDK::ButtonManagerRails::DataTypes::MobileIDInfoType

The Session token returned during buyer authentication.

Public Class Methods

load_members() click to toggle source
# 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