UnpaidDto
DTO for storing unpaid bill details
Unique identifier of the biller
CN00123456Identifier of the related debt
DET00098765Unique identifier of the bill
FAC2721176Bill issue date
24/06/2024Total amount of the bill including tax
120.5Internal code indicating the bill type
0Label describing the bill type
TelecomTransaction reference associated with the bill
TRX-MAR-202406010001Formatted bill date for display (ISO 8601)
2024-06-01Additional service fees applied to the bill
10Bill amount before tax
105Bill due date
2024-06-30Date when the bill becomes legally enforceable
2024-07-01Indicates if the bill is mandatory for payment
trueFull name of the client
Mohamed El AmraniClient's Moroccan phone number
0612345678Address of the client
123Client's current account balance in MAD
500Contract reference related to the bill
0028120Deadline to pay the bill without penalty
2024-07-10Penalty amount for delayed payment
15Remaining amount to be paid on the bill
120.5Currency of the bill
MADChosen payment method
Amount proposed for partial payment
60Whether the bill is selected for payment
truePriority order in which bills are to be processed
1Final amount to be settled for the bill payment, including all applicable fees and adjustments.
120.5Descriptive label of the debt type
Produit InternetName of the biller
Maroc TelecomFee type applied
Service ChargeValue of the applied fee
5Minimum required amount to trigger payment
20ISO 4217 currency code
MADExternal partner reference code
Detailed description of the bill
Contract No. 0028120, Type: Telecom, Due: 06/24{
"billerId": "CN00123456",
"debtId": "DET00098765",
"itemId": "FAC2721176",
"billDate": "24/06/2024",
"totalAmountWithTax": 120.5,
"itemType": 0,
"itemTypeLabel": "Telecom",
"transactionReference": "TRX-MAR-202406010001",
"billDateFormatted": "2024-06-01",
"fees": 10,
"amountExclTax": 105,
"dueDate": "2024-06-30",
"enforceableDate": "2024-07-01",
"isMandatory": true,
"customerName": "Mohamed El Amrani",
"customerPhone": "0612345678",
"customerAddress": 123,
"customerBalance": 500,
"contractReference": "0028120",
"paymentDeadline": "2024-07-10",
"penaltyAmount": 15,
"billBalance": 120.5,
"currency": "MAD",
"paymentMethod": "string",
"partialPaymentAmount": 60,
"isSelected": true,
"paymentOrder": 1,
"settlementAmount": 120.5,
"debtLabel": "Produit Internet",
"billerLabel": "Maroc Telecom",
"feeType": "Service Charge",
"feeValue": 5,
"minimumThreshold": 20,
"currencyCode": "MAD",
"partnerReference": "string",
"description": "Contract No. 0028120, Type: Telecom, Due: 06/24"
}