Sha256: efb14221fa6116b7a399d5b33667de42e01f2e25642da96f7224080c1787c4ea

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

# SyncteraRubySdk::ExternalCardListResponseAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **external_cards** | [**Array<ExternalCardResponse>**](ExternalCardResponse.md) | Array of External Cards |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::ExternalCardListResponseAllOf.new(
  external_cards: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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