Skip to main content

PlafondsCarteGeneriqueDto

serviceCodestring

Service code

Example: GLOBAL
serviceLabelstring

Service label

Example: Plafond Global
cardLimitsByType object[]
  • Array [
  • typeCodestring

    The type code of the card

    Example: GLOBAL
    valuestring

    The value associated with the card

    Example: 3000
    valueFormattedstring

    The formatted value of the card

    Example: 3000 MAD
    maximumnumber

    The maximum card limit

    Example: 5000
    minimumnumber

    The minimum card limit

    Example: 1000
    endDatestring

    The end date of the card's validity (format : dd-MM-yyyy)

    Example: 12-02-2024
    eligibleModificationboolean
    typeLabelstring

    The type label of the card

    Example: Standard
    consumedAmountstring

    The consumed amount on the card

    Example: 250
    consumedPercentagestring

    The percentage of the card that has been consumed

    Example: 25
    limitTypeLabelstring

    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"
    }
    ]
    }