DebtDto
Dto for service provided by a biller
namestring
Name of the debt
Example:
Porduit entreprisecodestring
Unique debt code
Example:
debt123categorystring
Category of the debt
Example:
telecom_and_internetbillerIdstring
ID of the biller
Example:
CR123456logoPathstring
Path to the biller's logo
Example:
https://www.iam.com/logos/biller.pngbillerLabelstring
Label or name of the biller
Example:
National Telecom CompanybillerTypestring
Type of biller
Example:
Companyidinteger<int64>
Unique identifier for this debt
Example:
789refTxFatouratistring
Reference transaction for 'Fatourati' system
Example:
FTX123456DebtDto
{
"name": "Porduit entreprise",
"code": "debt123",
"category": "telecom_and_internet",
"billerId": "CR123456",
"logoPath": "https://www.iam.com/logos/biller.png",
"billerLabel": "National Telecom Company",
"billerType": "Company",
"id": 789,
"refTxFatourati": "FTX123456"
}