Address Data Type

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

Example

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