Skip to main content

DebtDto

Dto for service provided by a biller

namestring

Name of the debt

Example: Porduit entreprise
codestring

Unique debt code

Example: debt123
categorystring

Category of the debt

Example: telecom_and_internet
billerIdstring

ID of the biller

Example: CR123456
logoPathstring

Path to the biller's logo

Example: https://www.iam.com/logos/biller.png
billerLabelstring

Label or name of the biller

Example: National Telecom Company
billerTypestring

Type of biller

Example: Company
idinteger<int64>

Unique identifier for this debt

Example: 789
refTxFatouratistring

Reference transaction for 'Fatourati' system

Example: FTX123456
DebtDto
{
"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"
}