Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoAuthorizationResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoAuthorizationResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
An authorization identification number. Character length and limits: 19 single-byte characters
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4638 def self.load_members # An authorization identification number. Character length and limits: 19 single-byte characters object_of :TransactionID, String, :namespace => :ns, :required => true # The amount and currency you specified in the request. object_of :Amount, BasicAmountType, :namespace => :ns, :required => true object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl # Return msgsubid back to merchant object_of :MsgSubID, String, :namespace => :ns end |