Address (JSON)

An address.

URI:Address
Extends:ExtensibleData

Properties

Name Type Description
city string The city.
country string The country.
postalCode string The postal code.
stateOrProvince string The state or province.
street string The street.
street2 string Additional street information.
street3 string Additional street information.
street4 string Additional street information.
street5 string Additional street information.
street6 string Additional street information.
value string The value of the property, if it can be expressed as a string.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "city" : "...",
  "country" : "...",
  "postalCode" : "...",
  "stateOrProvince" : "...",
  "street" : "...",
  "street2" : "...",
  "street3" : "...",
  "street4" : "...",
  "street5" : "...",
  "street6" : "...",
  "value" : "...",
  "id" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.