OriginalCreditorSchemeIdentificationDTO
Original creditor scheme identification that has been modified.
Name of the creditor. Must not exceed 70 characters.
Possible values: non-empty and <= 70 characters
identification object
Unique and unambiguous identification for the account.
International Bank Account Number (IBAN) - identifier used internationally by financial institutions to uniquely identify the account of a customer. Must be between 15 and 34 characters.
Possible values: >= 15 characters and <= 34 characters
other object
Unique identification of an account, as assigned by the account servicer, using any other identification scheme.
Identification assigned by an institution. Must not exceed 34 characters.
Possible values: non-empty and <= 34 characters
Name or code of the identification scheme. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
{
"name": "string",
"identification": {
"iban": "string",
"other": {
"identification": "string",
"scheme": "string"
}
}
}