SyncteraRubySdk::EmbossName

Properties

Name Type Description Notes
line_1 String line 1
line_2 String line 2 [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::EmbossName.new(
  line_1: Jane Smith,
  line_2: Acme Inc.
)