BeneficiaryContractDto
DTO representing the details of a beneficiary contract.
ribstring
The RIB (Relevé d'Identité Bancaire) of the beneficiary
Example:
4012086007461825500
titlestring
The title of the beneficiary contract
Example:
Mr Jhon
currencystring
The currency associated with the contract
Example:
TND
BeneficiaryContractDto
{
"rib": 4012086007461825500,
"title": "Mr Jhon",
"currency": "TND"
}