Class: PayPal::SDK::ButtonManager::DataTypes::DoReauthorizationResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/button_manager/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



4545
4546
4547
4548
4549
4550
4551
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4545

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