class PayPal::SDK::Merchant::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/merchant/data_types.rb, line 1336 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 # Partner funding source id corresponding to the FS used in authorization. object_of :PartnerFundingSourceID, String, :namespace => :ebl end