Address Data Type

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

Example

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