Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 487 Bytes

CardPersonalization.md

File metadata and controls

24 lines (18 loc) · 487 Bytes

Marqeta::CardPersonalization

Properties

Name Type Description Notes
text Text
images Images [optional]
carrier Carrier [optional]
perso_type String [optional]

Example

require 'marqeta'

instance = Marqeta::CardPersonalization.new(
  text: null,
  images: null,
  carrier: null,
  perso_type: null
)