Address Data Type

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

Example

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