GetRecurringChargeTemplateResponseDto Data Type

The Class GetRecurringChargeTemplateResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
actionStatus ActionStatus The status response of the web service response.
recurringChargeTemplate RecurringChargeTemplateDto The recurring charge template.

Example

{
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "recurringChargeTemplate" : {
    "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" : "..."
    } ],
    "calendar" : "...",
    "code" : "...",
    "durationTermInMonth" : 12345,
    "description" : "...",
    "invoiceSubCategory" : "...",
    "subscriptionProrata" : true,
    "updatedCode" : "...",
    "amountEditable" : true,
    "terminationProrata" : true,
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "applyInAdvance" : true,
    "shareLevel" : 12345,
    "calendarCodeEl" : "...",
    "inputUnitOfMeasureCode" : "...",
    "durationTermInMonthEl" : "...",
    "ratingUnitOfMeasureCode" : "...",
    "subscriptionProrataEl" : "...",
    "inputUnitEL" : "...",
    "outputUnitEL" : "...",
    "terminationProrataEl" : "...",
    "unitNbDecimal" : 12345,
    "applyInAdvanceEl" : "...",
    "roundingModeDtoEnum" : "HALF_EVEN",
    "applyTerminatedChargeToDateEL" : "...",
    "revenueRecognitionRuleCode" : "...",
    "filterExpression" : "...",
    "recurrenceType" : "CALENDAR",
    "taxClassCode" : "...",
    "attributeDurationCode" : "...",
    "taxClassEl" : "...",
    "attributeCalendarCode" : "...",
    "ratingScriptCode" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "triggeredEdrs" : {
      "triggeredEdr" : [ { }, { } ]
    },
    "dropZeroWo" : true,
    "sortIndexEl" : "...",
    "status" : "ARCHIVED",
    "linkedAttributes" : [ "...", "..." ]
  }
}