Class: PayPal::SDK::Merchant::DataTypes::DoVoidResponseType

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

Overview

The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters

Class Method Summary collapse

Class Method Details

.load_membersObject



4688
4689
4690
4691
4692
4693
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4688

def self.load_members
  # The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters
  object_of :AuthorizationID, String, :namespace => :ns, :required => true
  # Return msgsubid back to merchant
  object_of :MsgSubID, String, :namespace => :ns
end