class PayPal::SDK::ButtonManagerRails::DataTypes::GetAccessPermissionDetailsRequestType
A timestamped token, the value of which was returned by SetAuthFlowParam Response. Required 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 4209 def self.load_members # A timestamped token, the value of which was returned by SetAuthFlowParam Response. Required Character length and limitations: 20 single-byte characters object_of :Token, String, :namespace => :ns, :required => true end