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 | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PhysicalCardAllOf.new(
card_image_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
shipping: null
)