Class: PayPal::SDK::ButtonManager::DataTypes::DoUATPAuthorizationResponseType

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

Overview

Auth Authorization Code.

Class Method Summary collapse

Class Method Details

.load_membersObject



4712
4713
4714
4715
4716
4717
4718
4719
4720
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4712

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