InterBankTitle Data Type

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

Example

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