serviceToActivateDto Data Type

The Class ServiceToActivateDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code string attribute 1/1 The code.
description string attribute 0/1 The description.
overrideCode string attribute 0/1 The Service Instance code.
amountPS decimal element 0/1 The amount PS.
calendarPSCode string element 0/1 The calendar PS code.
chargeInstanceOverrides chargeInstanceOverridesDto element 0/1 The charge instance overrides.
customFields customFieldsDto element 0/1 The custom fields.
paymentDayInMonthPS int element 0/1 The payment day in month PS.
quantity decimal element 0/1 The quantity.
rateUntilDate dateTime element 0/1 The rate until date.
subscriptionDate dateTime element 0/1 The subscription date.

Example

<ServiceToActivate code="..." description="..." overrideCode="...">
  <quantity>...</quantity>
  <subscriptionDate>...</subscriptionDate>
  <chargeInstanceOverrides>
    <chargeInstanceOverride chargeInstanceCode="...">
      <amountWithoutTax>...</amountWithoutTax>
      <amountWithTax>...</amountWithTax>
      <description>...</description>
    </chargeInstanceOverride>
  </chargeInstanceOverrides>
  <customFields>
    <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </customField>
    <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </inheritedCustomField>
  </customFields>
  <rateUntilDate>...</rateUntilDate>
  <amountPS>...</amountPS>
  <calendarPSCode>...</calendarPSCode>
  <paymentDayInMonthPS>...</paymentDayInMonthPS>
</ServiceToActivate>