GetOneShotChargeTemplateResponseDto Data Type

The Class GetOneShotChargeTemplateResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
actionStatus ActionStatus The status response of the web service response.
oneShotChargeTemplate OneShotChargeTemplateDto The one shot charge template.

Example

{
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "oneShotChargeTemplate" : {
    "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" : "..."
    } ],
    "oneShotChargeTemplateType" : "SUBSCRIPTION",
    "code" : "...",
    "description" : "...",
    "immediateInvoicing" : true,
    "invoiceSubCategory" : "...",
    "updatedCode" : "...",
    "amountEditable" : true,
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "inputUnitOfMeasureCode" : "...",
    "ratingUnitOfMeasureCode" : "...",
    "inputUnitEL" : "...",
    "outputUnitEL" : "...",
    "unitNbDecimal" : 12345,
    "roundingModeDtoEnum" : "NEAREST",
    "revenueRecognitionRuleCode" : "...",
    "filterExpression" : "...",
    "taxClassCode" : "...",
    "taxClassEl" : "...",
    "ratingScriptCode" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "triggeredEdrs" : {
      "triggeredEdr" : [ { }, { } ]
    },
    "dropZeroWo" : true,
    "sortIndexEl" : "...",
    "status" : "ACTIVE",
    "linkedAttributes" : [ "...", "..." ]
  }
}