GetProductChargeTemplateResponseDto Data Type

The Class GetProductChargeTemplateResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
actionStatus ActionStatus The status response of the web service response.
productChargeTemplate ProductChargeTemplateDto The product charge template.

Example

{
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "productChargeTemplate" : {
    "disabled" : true,
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "invoiceSubCategory" : "...",
    "updatedCode" : "...",
    "amountEditable" : true,
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "inputUnitOfMeasureCode" : "...",
    "ratingUnitOfMeasureCode" : "...",
    "inputUnitEL" : "...",
    "outputUnitEL" : "...",
    "unitNbDecimal" : 12345,
    "roundingModeDtoEnum" : "DOWN",
    "revenueRecognitionRuleCode" : "...",
    "filterExpression" : "...",
    "taxClassCode" : "...",
    "taxClassEl" : "...",
    "ratingScriptCode" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "triggeredEdrs" : {
      "triggeredEdr" : [ { }, { } ]
    },
    "dropZeroWo" : true,
    "sortIndexEl" : "...",
    "status" : "ARCHIVED",
    "linkedAttributes" : [ "...", "..." ]
  }
}