Sha256: 86b7ff8830309d0db4bf61f69e9506c395b385e37bfc9085cb792a242aaf2294

Contents?: true

Size: 377 Bytes

Versions: 4

Compression:

Stored size: 377 Bytes

Contents

# SyncteraRubySdk::CardChangesListAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **changes** | [**Array<CardChange>**](CardChange.md) | List of changes in descending chronological order |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::CardChangesListAllOf.new(
  changes: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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