Class: PayPal::SDK::Merchant::DataTypes::DoUATPAuthorizationResponseType

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

Overview

Auth Authorization Code.

Class Method Summary collapse

Class Method Details

.load_membersObject



4817
4818
4819
4820
4821
4822
4823
4824
4825
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4817

def self.load_members
  object_of :UATPDetails, UATPDetailsType, :namespace => :ebl, :required => true
  # Auth Authorization Code. 
  object_of :AuthorizationCode, String, :namespace => :ns, :required => true
  # Invoice ID. A pass through. 
  object_of :InvoiceID, String, :namespace => :ns
  # Unique id for each API request to prevent duplicate payments. Optional Character length and limits: 38 single-byte characters maximum. 
  object_of :MsgSubID, String, :namespace => :ns
end