class PayPal::SDK::ButtonManagerRails::DataTypes::SetMobileCheckoutResponseType
A timestamped token by which you identify to PayPal
that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 4796 def self.load_members # A timestamped token by which you identify to PayPal that you are processing this payment with Mobile Checkout. The token expires after three hours. Character length and limitations: 20 single-byte characters object_of :Token, String, :namespace => :ns, :required => true end