Address Data Type

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

Example

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