Skip to main content

PlafondsCarteGeneriqueDto

serviceCodestring
serviceLibellestring
plafondsCarteByTypeList object[]
  • Array [
  • typeCodestring
    typeLibellestring
    valuestring
    valueFormattedstring
    montantConsomerstring
    pourcentageConsomestring
    plafondTypeLabelstring
    maximumnumber
    minimumnumber
    endDatestring
    eligibleModificationboolean
  • ]
  • PlafondsCarteGeneriqueDto
    {
    "serviceCode": "string",
    "serviceLibelle": "string",
    "plafondsCarteByTypeList": [
    {
    "typeCode": "string",
    "typeLibelle": "string",
    "value": "string",
    "valueFormatted": "string",
    "montantConsomer": "string",
    "pourcentageConsome": "string",
    "plafondTypeLabel": "string",
    "maximum": 0,
    "minimum": 0,
    "endDate": "string",
    "eligibleModification": true
    }
    ]
    }