Class: PayPal::SDK::Permissions::DataTypes::RequestEnvelope

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

Overview

This specifies the list of parameters with every request to the service.

Class Method Summary collapse

Class Method Details

.load_membersObject



75
76
77
78
# File 'lib/paypal-sdk/permissions/data_types.rb', line 75

def self.load_members
  # This should be the standard RFC 3066 language identification tag, e.g., en_US. 
  object_of :errorLanguage, String, :required => true
end