Address Data Type

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

Example

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