Class: PayPal::SDK::ButtonManager::DataTypes::GetAuthDetailsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/button_manager/data_types.rb

Overview

A timestamped token, the value of which was returned by SetAuthFlowParam Response. RequiredCharacter length and limitations: 20 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



4129
4130
4131
4132
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4129

def self.load_members
  # A timestamped token, the value of which was returned by SetAuthFlowParam Response. RequiredCharacter length and limitations: 20 single-byte characters
  object_of :Token, String, :namespace => :ns, :required => true
end