InterBankTitle Data Type

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

Example

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