Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.03 KB

File metadata and controls

23 lines (16 loc) · 1.03 KB

OpenapiClient::WalletPreAuthTransactionAllOf

Properties

Name Type Description Notes
wallet_payment_method WalletPaymentMethod
split_shipment SplitShipment [optional]
payment_facilitator PaymentFacilitator [optional]
decremental_flag Boolean This flag can only be used in a preAuth transaction that updates the amount of a previous preAuth transaction to either increase the preAuth amount (DecrementalPreAuthFlag = false) or decrease the preAuth amount (DecrementalPreAuthFlag = true). [optional] [default to false]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::WalletPreAuthTransactionAllOf.new(wallet_payment_method: null,
                                 split_shipment: null,
                                 payment_facilitator: null,
                                 decremental_flag: false)