PartyIdentificationDTO
Beneficiary’s identification.
privateIdentificationstringrequired
Unique and unambiguous identification of a person, eg, passport. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
proprietarystring
A proprietary type of identification for the party to the transaction. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
codestring
A four-letter code specifying the type of identification being used. For valid codes an external catalogue should be consulted such as the one provided in the ISO 20022 External Code Sets.
Possible values: non-empty and <= 4 characters
issuerstring
The official body who provided the identification. Must not exceed 35 characters.
Possible values: non-empty and <= 35 characters
PartyIdentificationDTO
{
"privateIdentification": "string",
"proprietary": "string",
"code": "string",
"issuer": "string"
}