Class: PayPal::SDK::ButtonManagerRails::DataTypes::DoCaptureResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::DoCaptureResponseDetailsType
- 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 maximum
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1303 1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1303 def self.load_members # The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum object_of :AuthorizationID, String, :namespace => :ebl # Information about the transaction object_of :PaymentInfo, PaymentInfoType, :namespace => :ebl # Return msgsubid back to merchant object_of :MsgSubID, String, :namespace => :ebl end |