Skip to main content

CreditTypeDto

idint64
namestring
variationTypestring
variationTypeFormattedstring
creditFieldList object[]
  • Array [
  • idint64
    fieldCodestring
    fieldLabelstring
    fieldCategorystring
    fieldCategoryLabelstring
    visibleBOboolean
    visibleCustomerboolean
    mandatoryBOboolean
    mandatoryCustomerboolean
    editableBOboolean
    editableCustomerboolean
    activatedboolean
    eligibilityControlboolean
    labelCodestring
    lengthint32
    creditTypeIdint64
    creditScaleNatureIdint64
  • ]
  • CreditTypeDto
    {
    "id": 0,
    "name": "string",
    "variationType": "string",
    "variationTypeFormatted": "string",
    "creditFieldList": [
    {
    "id": 0,
    "fieldCode": "string",
    "fieldLabel": "string",
    "fieldCategory": "string",
    "fieldCategoryLabel": "string",
    "visibleBO": true,
    "visibleCustomer": true,
    "mandatoryBO": true,
    "mandatoryCustomer": true,
    "editableBO": true,
    "editableCustomer": true,
    "activated": true,
    "eligibilityControl": true,
    "labelCode": "string",
    "length": 0,
    "creditTypeId": 0,
    "creditScaleNatureId": 0
    }
    ]
    }