Address Data Type

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

Example

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