Class: PayPal::SDK::Merchant::DataTypes::DoReauthorizationResponseType

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

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



4646
4647
4648
4649
4650
4651
4652
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4646

def self.load_members
  # A new authorization identification number. Character length and limits: 19 single-byte characters 
  object_of :AuthorizationID, String, :namespace => :ns, :required => true
  object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl
  # Return msgsubid back to merchant
  object_of :MsgSubID, String, :namespace => :ns
end