class PayPal::SDK::AdaptivePayments::DataTypes::RequestEnvelope
This specifies the list of parameters with every request to the service.
Public Class Methods
load_members()
click to toggle source
# 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