Sha256: 28460e7ae1752ea0ac5e684525653d5fc6ca530d6837ac39ce48382e7485edf5

Contents?: true

Size: 909 Bytes

Versions: 4

Compression:

Stored size: 909 Bytes

Contents

# SyncteraRubySdk::TransactionDispute

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created** | **Time** | The creation time of the dispute |  |
| **external_case_reference** | **String** | The external case number or id for the dispute (eg: from a vendor such as Marqeta), if one exists. | [optional] |
| **id** | **String** | The unique identifier of the dispute. |  |
| **internal_case_reference** | **String** | The internal case number or id for the dispute in the Synctera platform, if one exists. | [optional] |
| **status** | **String** |  |  |
| **updated** | **Time** | The time the dispute was last updated |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransactionDispute.new(
  created: null,
  external_case_reference: null,
  id: null,
  internal_case_reference: null,
  status: null,
  updated: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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