Class: PayPal::SDK::Permissions::DataTypes::GetPermissionsResponse

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/permissions/data_types.rb

Overview

The list of permissions associated with the token.

Class Method Summary collapse

Class Method Details

.load_membersObject



190
191
192
193
194
195
196
# File 'lib/paypal-sdk/permissions/data_types.rb', line 190

def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  # Identifier for the permissions approved for this relationship. 
  array_of :scope, String
  array_of :error, ErrorData
end