{
  "description": "DTO (Data Transfer Object) for Helper class ERPRowGroupingExtension representing the 'ERP Row Grouping Extension' entity",
  "friendlyName": "ERPRowGroupingExtension",
  "kind": "SchemaRootObject",
  "name": "ERPRowGroupingExtensionDTO",
  "properties": [
    {
      "description": "Cost",
      "friendlyName": "Totale costo",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "cost",
      "underlyingName": "Cost",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Currency Cost",
      "friendlyName": "Currency Cost",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "currencyCost",
      "underlyingName": "CurrencyCost",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Currency Gain",
      "friendlyName": "Currency Gain",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "currencyGain",
      "underlyingName": "CurrencyGain",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Currency Taxable Amount",
      "friendlyName": "Currency Taxable Amount",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "currencyTaxableAmount",
      "underlyingName": "CurrencyTaxableAmount",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Discount Formula",
      "friendlyName": "Sconto",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "discountFormula",
      "underlyingName": "DiscountFormula",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Gain",
      "friendlyName": "Totale guadagno",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "gain",
      "underlyingName": "Gain",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Perc Gain",
      "friendlyName": "Totale Perc Guadagno",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "percGain",
      "underlyingName": "PercGain",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "Taxable Amount",
      "friendlyName": "Totale imponibile",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "taxableAmount",
      "underlyingName": "TaxableAmount",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    }
  ],
  "underlyingType": "ERPRowGroupingExtensionDTO",
  "underlyingTypeRef": "ERPRowGroupingExtensionDTO"
}