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

Latest commit

 

History

History
22 lines (16 loc) · 441 Bytes

Text.md

File metadata and controls

22 lines (16 loc) · 441 Bytes

Marqeta::Text

Properties

Name Type Description Notes
name_line_1 TextValue
name_line_2 TextValue [optional]
name_line_3 TextValue [optional]

Example

require 'marqeta'

instance = Marqeta::Text.new(
  name_line_1: null,
  name_line_2: null,
  name_line_3: null
)