Sha256: 3315da729a15c6acbbea62cf9b7ce728a8f67a566f87d6c149c02a97363774c0

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 Bytes

Contents

# SyncteraRubySdk::PhysicalCardAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **card_image_id** | **String** | The ID of the custom card image used for this card | [optional] |
| **shipping** | [**Shipping**](Shipping.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PhysicalCardAllOf.new(
  card_image_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  shipping: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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