Class: PayPal::SDK::ButtonManagerRails::DataTypes::UpdateAuthorizationResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::UpdateAuthorizationResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
An authorization identification number. Character length and limits: 19 single-byte characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
4675 4676 4677 4678 4679 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 4675 def self.load_members # An authorization identification number. Character length and limits: 19 single-byte characters object_of :TransactionID, String, :namespace => :ns, :required => true object_of :AuthorizationInfo, AuthorizationInfoType, :namespace => :ebl end |