Address Data Type

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

Example

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