PlafondsCarteGeneriqueDto
serviceCodestring
Service code
Example:
GLOBALserviceLabelstring
Service label
Example:
Plafond GlobalcardLimitsByType object[]
Array [
typeCodestring
The type code of the card
Example:
GLOBALvaluestring
The value associated with the card
Example:
3000valueFormattedstring
The formatted value of the card
Example:
3000 MADmaximumnumber
The maximum card limit
Example:
5000minimumnumber
The minimum card limit
Example:
1000endDatestring
The end date of the card's validity (format : dd-MM-yyyy)
Example:
12-02-2024eligibleModificationboolean
typeLabelstring
The type label of the card
Example:
StandardconsumedAmountstring
The consumed amount on the card
Example:
250consumedPercentagestring
The percentage of the card that has been consumed
Example:
25limitTypeLabelstring
The plafond (limit) type label
Example:
Credit Limit]
PlafondsCarteGeneriqueDto
{
"serviceCode": "GLOBAL",
"serviceLabel": "Plafond Global",
"cardLimitsByType": [
{
"typeCode": "GLOBAL",
"value": "3000",
"valueFormatted": "3000 MAD",
"maximum": 5000,
"minimum": 1000,
"endDate": "12-02-2024",
"eligibleModification": true,
"typeLabel": "Standard",
"consumedAmount": "250",
"consumedPercentage": "25",
"limitTypeLabel": "Credit Limit"
}
]
}