Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 723 Bytes

File metadata and controls

32 lines (26 loc) · 723 Bytes

OpenapiClient::VendorRequestDTOPhysicalAddress

Properties

Name Type Description Notes
attention String
address_line1 String
address_line2 String [optional]
city String
state String
country String
postal_code String
address_source String

Example

require 'openapi_client'

instance = OpenapiClient::VendorRequestDTOPhysicalAddress.new(
  attention: null,
  address_line1: null,
  address_line2: null,
  city: null,
  state: null,
  country: null,
  postal_code: null,
  address_source: null
)