Address Data Type

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

Example

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