Class: PayPal::SDK::Merchant::DataTypes::DoCaptureResponseDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/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_membersObject



1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
# 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