Address Data Type

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

Example

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