Class: PayPal::SDK::Permissions::DataTypes::RequestPermissionsResponse
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Permissions::DataTypes::RequestPermissionsResponse
- Defined in:
- lib/paypal-sdk/permissions/data_types.rb
Overview
Returns the temporary request token
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
134 135 136 137 138 139 140 |
# File 'lib/paypal-sdk/permissions/data_types.rb', line 134 def self.load_members include ResponseStatus object_of :responseEnvelope, ResponseEnvelope, :required => true # Temporary token that identifies the request for permissions. This token cannot be used to access resources on the account. It can only be used to instruct the user to authorize the permissions. object_of :token, String array_of :error, ErrorData end |