AccountIdentificationsFilterCriteriaDTO
Account identification search criteria
fieldstringrequired
Contains the actual searching fields that can be native (one from the provided list)
Possible values: [SCHEME, IBAN, IDENTIFICATION]
operatorstringrequired
EQUALS - checks that 'field' equals to 'value' (strict equals, does not support parts or masks)
Possible values: [EQUALS, IN, BETWEEN, GREATER_THAN, LESS_THAN]
valuestring
The value to match the searching criteria
AccountIdentificationsFilterCriteriaDTO
{
"field": "SCHEME",
"operator": "EQUALS",
"value": "string"
}