Interface ContactAddressInput

A postal address to create. Every field is optional; an omitted type is stored as "other".

Hierarchy

  • ContactAddressInput

Properties

formatted?: null | string
street?: null | string
poBox?: null | string
neighborhood?: null | string
city?: null | string
region?: null | string
postcode?: null | string
country?: null | string
type?: string
customLabel?: null | string

Generated using TypeDoc