Sha256: 99a082a64f940108ca313d4143a9475d96139150a32aa80fa0028afc380f3099
Contents?: true
Size: 1.03 KB
Versions: 10
Compression:
Stored size: 1.03 KB
Contents
# OpenapiClient::WalletPreAuthTransactionAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **wallet_payment_method** | [**WalletPaymentMethod**](WalletPaymentMethod.md) | | **split_shipment** | [**SplitShipment**](SplitShipment.md) | | [optional] **payment_facilitator** | [**PaymentFacilitator**](PaymentFacilitator.md) | | [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 ```ruby require 'OpenapiClient' instance = OpenapiClient::WalletPreAuthTransactionAllOf.new(wallet_payment_method: null, split_shipment: null, payment_facilitator: null, decremental_flag: false) ```
Version data entries
10 entries across 10 versions & 1 rubygems