Class: PayPal::SDK::Invoice::DataTypes::RequestEnvelope

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/invoice/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



88
89
90
91
92
93
# File 'lib/paypal-sdk/invoice/data_types.rb', line 88

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