Class: PayPal::SDK::ButtonManager::DataTypes::DoVoidResponseType

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



4580
4581
4582
4583
4584
4585
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 4580

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