Class: PayPal::SDK::AdaptiveAccounts::DataTypes::RequestEnvelope
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptiveAccounts::DataTypes::RequestEnvelope
- Defined in:
- lib/paypal-sdk/adaptive_accounts/data_types.rb
Overview
This specifies the list of parameters with every request to the service.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
63 64 65 66 67 68 |
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 63 def self.load_members # This specifies the required detail level that is needed by a client application pertaining to a particular data component (e.g., Item, Transaction, etc.). The detail level is specified in the DetailLevelCodeType which has all the enumerated values of the detail level for each component. object_of :detailLevel, DetailLevelCode # This should be the standard RFC 3066 language identification tag, e.g., en_US. object_of :errorLanguage, String end |