Name | Type | Description | Notes |
---|---|---|---|
text | Text | ||
images | Images | [optional] | |
carrier | Carrier | [optional] | |
perso_type | String | [optional] |
require 'marqeta'
instance = Marqeta::CardPersonalization.new(
text: null,
images: null,
carrier: null,
perso_type: null
)