Address Data Type

Implemented Interfaces
Serializable
Properties
name data type description
address5 string
address3 string
countryBundle string
address1 string
city string
address2 string
country Country
state string
address4 string
zipCode string

Example

{
  "address5" : "...",
  "address3" : "...",
  "countryBundle" : "...",
  "address1" : "...",
  "city" : "...",
  "address2" : "...",
  "country" : {
    "description" : "...",
    "language" : {
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "description" : "...",
      "id" : 12345,
      "auditable" : { },
      "version" : 12345,
      "notified" : true,
      "descriptionEn" : "...",
      "languageCode" : "...",
      "historized" : true
    },
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "id" : 12345,
    "notified" : true,
    "historized" : true,
    "transient" : true,
    "version" : 12345,
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "currency" : {
      "auditable" : { },
      "descriptionEn" : "...",
      "historized" : true,
      "symbol" : "...",
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "systemCurrency" : true,
      "transient" : true,
      "id" : 12345,
      "version" : 12345,
      "currencyCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    },
    "code" : "...",
    "countryCode" : "..."
  },
  "state" : "...",
  "address4" : "...",
  "zipCode" : "..."
}