Address Data Type

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

Example

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