Sha256: aaeac5932bd5297d45fbff94f824b86dc5065ba4afa3bd8c25f040b9e80f17b6

Contents?: true

Size: 778 Bytes

Versions: 4

Compression:

Stored size: 778 Bytes

Contents

# SyncteraRubySdk::ReversalModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | The amount of the transaction in the smallest whole denomination of the applicable currency (eg. For USD use cents) |  |
| **find_original_window_days** | **Integer** |  | [optional] |
| **is_advice** | **Boolean** |  | [optional][default to false] |
| **network_fees** | [**Array<NetworkFeeModel>**](NetworkFeeModel.md) |  | [optional] |
| **original_transaction_id** | **String** |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::ReversalModel.new(
  amount: null,
  find_original_window_days: null,
  is_advice: null,
  network_fees: null,
  original_transaction_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/ReversalModel.md
synctera_ruby_sdk-1.1.2 docs/ReversalModel.md
synctera_ruby_sdk-1.1.1 docs/ReversalModel.md
synctera_ruby_sdk-1.0.0 docs/ReversalModel.md