Sha256: ac56686f0031493546c78db89819d9e2d176224e0307074cf602f3fa670ada28

Contents?: true

Size: 999 Bytes

Versions: 4

Compression:

Stored size: 999 Bytes

Contents

# SyncteraRubySdk::CardChange

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **change_type** | [**ChangeType**](ChangeType.md) |  |  |
| **channel** | [**ChangeChannel**](ChangeChannel.md) |  |  |
| **id** | **String** | Unique token | [readonly] |
| **memo** | **String** | Additional details about the reason for the status change | [optional] |
| **reason** | [**CardStatusReasonCode**](CardStatusReasonCode.md) |  | [optional] |
| **state** | [**CardChangeState**](CardChangeState.md) |  |  |
| **updated_at** | **Time** | Date of change | [readonly] |
| **updated_by** | **String** | ID of user who initiated the change, if done via Synctera Admin System |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::CardChange.new(
  change_type: null,
  channel: null,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  memo: null,
  reason: null,
  state: null,
  updated_at: 2010-05-06T12:23:34.321Z,
  updated_by: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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