SyncteraRubySdk::CardChangesListAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| changes | Array<CardChange> | List of changes in descending chronological order |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::CardChangesListAllOf.new(
changes: null
)