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



4824
4825
4826
4827
4828
4829
4830
4831
4832
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4824

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