class PayPal::SDK::ButtonManagerRails::DataTypes::DoCaptureResponseDetailsType
The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum
Public Class Methods
load_members()
click to toggle source
# 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