SyncteraRubySdk::Address2

Properties

Name Type Description Notes
address_line_1 String [optional]
address_line_2 String [optional]
city String [optional]
country_code String [optional]
postal_code String [optional]
state String [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Address2.new(
  address_line_1: null,
  address_line_2: null,
  city: null,
  country_code: null,
  postal_code: null,
  state: null
)