Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoVoidResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoVoidResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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_members ⇒ Object
4580 4581 4582 4583 4584 4585 |
# File 'lib/paypal-sdk/button_manager_rails/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 |