class PayPal::SDK::ButtonManagerRails::DataTypes::DoVoidResponseType

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

Public Class Methods

load_members() click to toggle source
# 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