Address Data Type

Properties
name data type description
physicalZipCode string
physicalStreet string
physicalCountry string
postalState string
postalCountry string
postalCity string
physicalCity string
postalStreet string
postalZipCode string
physicalState string

Example

{
  "physicalZipCode" : "...",
  "physicalStreet" : "...",
  "physicalCountry" : "...",
  "postalState" : "...",
  "postalCountry" : "...",
  "postalCity" : "...",
  "physicalCity" : "...",
  "postalStreet" : "...",
  "postalZipCode" : "...",
  "physicalState" : "..."
}