Address Data Type

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

Example

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