Sha256: ec998b55416c44c67c1adb29da26151d55303b45c3238afb5c33178ad96e5a19

Contents?: true

Size: 733 Bytes

Versions: 4

Compression:

Stored size: 733 Bytes

Contents

# OpenapiClient::PreAuthSecondaryTransaction

## 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::PreAuthSecondaryTransaction.new(transaction_amount: null,
                                 decremental_flag: false)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/PreAuthSecondaryTransaction.md
first_data_gateway-1.13.0 docs/PreAuthSecondaryTransaction.md
first_data_gateway-1.12.0 docs/PreAuthSecondaryTransaction.md
first_data_gateway-1.11.0 docs/PreAuthSecondaryTransaction.md