Class: PayPal::SDK::Merchant::DataTypes::DoAuthorizationResponseType

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

Direct Known Subclasses

DoUATPAuthorizationResponseType

Class Method Summary collapse

Class Method Details

.load_membersObject



4748
4749
4750
4751
4752
4753
4754
4755
4756
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4748

def self.load_members
  # An authorization identification number. Character length and limits: 19 single-byte characters
  object_of :TransactionID, String, :namespace => :ns, :required => true
  # The amount and currency you specified in the request. 
  object_of :Amount, BasicAmountType, :namespace => :ns
  object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl
  # Return msgsubid back to merchant
  object_of :MsgSubID, String, :namespace => :ns
end