InterBankTitle Data Type

Implemented Interfaces
Serializable
Properties
name data type description
adresseTSA Address
codeCentre string
nne string
codeEtablissementCreancier string
codeCreancier string

Example

{
  "adresseTSA" : {
    "address2" : "...",
    "address3" : "...",
    "state" : "...",
    "city" : "...",
    "address4" : "...",
    "address1" : "...",
    "address5" : "...",
    "countryBundle" : "...",
    "zipCode" : "...",
    "country" : {
      "description" : "...",
      "historized" : true,
      "currency" : { },
      "version" : 12345,
      "transient" : true,
      "auditable" : { },
      "code" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "countryCode" : "...",
      "id" : 12345,
      "language" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  },
  "codeCentre" : "...",
  "nne" : "...",
  "codeEtablissementCreancier" : "...",
  "codeCreancier" : "..."
}