Class: PayPal::SDK::Merchant::DataTypes::UpdateAuthorizationResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

An authorization identification number. Character length and limits: 19 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



4780
4781
4782
4783
4784
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4780

def self.load_members
  # An authorization identification number. Character length and limits: 19 single-byte characters 
  object_of :TransactionID, String, :namespace => :ns, :required => true
  object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl
end