Address Data Type

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

Example

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