Sha256: b7497b118db3b3d554f866b81d5b89eef88ecff994d94fcd2a575ac1a460671a
Contents?: true
Size: 743 Bytes
Versions: 4
Compression:
Stored size: 743 Bytes
Contents
# OpenapiClient::PreAuthSecondaryTransactionAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **transaction_amount** | [**Amount**](Amount.md) | | **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::PreAuthSecondaryTransactionAllOf.new(transaction_amount: null, decremental_flag: false) ```
Version data entries
4 entries across 4 versions & 1 rubygems