The Class ServicesToActivateDto.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| service | serviceToActivateDto | element | 1/unbounded | required | The service. |
Example
<ServicesToActivate>
<service code="..." description="..." overrideCode="...">
<quantity>...</quantity>
<subscriptionDate>...</subscriptionDate>
<chargeInstanceOverrides>
<chargeInstanceOverride/>
</chargeInstanceOverrides>
<customFields>
<customField/>
<inheritedCustomField/>
</customFields>
<rateUntilDate>...</rateUntilDate>
<amountPS>...</amountPS>
<calendarPSCode>...</calendarPSCode>
<paymentDayInMonthPS>...</paymentDayInMonthPS>
</service>
</ServicesToActivate>