{
  "description": "DTO (Data Transfer Object) for Helper class InvoiceInstallment representing the 'Invoice Installment' entity",
  "friendlyName": "InvoiceInstallment",
  "kind": "SchemaRootObject",
  "name": "InvoiceInstallmentDTO",
  "properties": [
    {
      "description": "The due date of installment",
      "friendlyName": "Data",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "installDate",
      "underlyingName": "InstallDate",
      "underlyingType": "DateTime",
      "underlyingTypeRef": "DateTime"
    },
    {
      "description": "The value of the installment",
      "friendlyName": "Prezzo",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "installPrice",
      "underlyingName": "InstallPrice",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    }
  ],
  "underlyingType": "InvoiceInstallmentDTO",
  "underlyingTypeRef": "InvoiceInstallmentDTO"
}