Class: PayPal::SDK::AdaptivePayments::DataTypes::RequestEnvelope
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::RequestEnvelope
- Defined in:
- lib/paypal-sdk/adaptive_payments/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
133 134 135 136 137 138 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 133 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, :required => true end |