ServicesToActivateDto Data Type

The Class ServicesToActivateDto.

Implemented Interfaces
Serializable
Properties
name data type description
service array of ServiceToActivateDto The service.

Example

{
  "service" : [ {
    "id" : 12345,
    "code" : "...",
    "overrideCode" : "...",
    "description" : "...",
    "quantity" : 12345.0,
    "subscriptionDate" : 12345,
    "chargeInstanceOverrides" : {
      "chargeInstanceOverride" : [ { }, { } ]
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "rateUntilDate" : 12345,
    "amountPS" : 12345.0,
    "calendarPSCode" : "...",
    "paymentDayInMonthPS" : 12345,
    "minimumAmountEl" : "...",
    "minimumLabelEl" : "...",
    "minimumInvoiceSubCategory" : "...",
    "minimumChargeTemplate" : "...",
    "subscribedTillDate" : 12345,
    "serviceRenewal" : {
      "initialTermType" : "CALENDAR",
      "renewalTermType" : "CALENDAR",
      "initialyActiveFor" : 12345,
      "initialyActiveForUnit" : "DAY",
      "calendarInitialyActiveFor" : { },
      "autoRenew" : true,
      "daysNotifyRenewal" : 12345,
      "endOfTermAction" : "TERMINATE",
      "terminationReasonCode" : "...",
      "renewFor" : 12345,
      "calendarRenewFor" : { },
      "renewForUnit" : "MONTH",
      "extendAgreementPeriodToSubscribedTillDate" : true
    }
  }, {
    "id" : 12345,
    "code" : "...",
    "overrideCode" : "...",
    "description" : "...",
    "quantity" : 12345.0,
    "subscriptionDate" : 12345,
    "chargeInstanceOverrides" : {
      "chargeInstanceOverride" : [ { }, { } ]
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "rateUntilDate" : 12345,
    "amountPS" : 12345.0,
    "calendarPSCode" : "...",
    "paymentDayInMonthPS" : 12345,
    "minimumAmountEl" : "...",
    "minimumLabelEl" : "...",
    "minimumInvoiceSubCategory" : "...",
    "minimumChargeTemplate" : "...",
    "subscribedTillDate" : 12345,
    "serviceRenewal" : {
      "initialTermType" : "RECURRING",
      "renewalTermType" : "CALENDAR",
      "initialyActiveFor" : 12345,
      "initialyActiveForUnit" : "DAY",
      "calendarInitialyActiveFor" : { },
      "autoRenew" : true,
      "daysNotifyRenewal" : 12345,
      "endOfTermAction" : "TERMINATE",
      "terminationReasonCode" : "...",
      "renewFor" : 12345,
      "calendarRenewFor" : { },
      "renewForUnit" : "DAY",
      "extendAgreementPeriodToSubscribedTillDate" : true
    }
  } ]
}