Address Data Type

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

Example

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