The Class SubscriptionRenewalDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| autoRenew | boolean | element | 1/1 | Should subscription be renewed automatically. | |
| daysNotifyRenewal | int | element | 0/1 | Number of days before the end of term to trigger notification event. | |
| endOfTermAction | endOfTermActionEnum | element | 0/1 | Whether the Subscription should be suspended or terminated if not renewed. | |
| extendAgreementPeriodToSubscribedTillDate | boolean | element | 1/1 | Whether end of agreement date should be matched to the active till date. | |
| initialyActiveFor | int | element | 0/1 | The initial period for which the subscription will be active - value. | |
| initialyActiveForUnit | renewalPeriodUnitEnum | element | 0/1 | The initial period for which the subscription will be active - unit. | |
| renewFor | int | element | 0/1 | The period to renew subscription for - value. | |
| renewForUnit | renewalPeriodUnitEnum | element | 0/1 | The period to renew subscription for - units. | |
| terminationReasonCode | string | element | 0/1 | TerminationReason used when terminating subscription if endOfTermAction is to terminate. |
Example
<s-----> <initialyActiveFor>...</initialyActiveFor> <initialyActiveForUnit>...</initialyActiveForUnit> <autoRenew>...</autoRenew> <daysNotifyRenewal>...</daysNotifyRenewal> <endOfTermAction>...</endOfTermAction> <terminationReasonCode>...</terminationReasonCode> <renewFor>...</renewFor> <renewForUnit>...</renewForUnit> <extendAgreementPeriodToSubscribedTillDate>...</extendAgreementPeriodToSubscribedTillDate> </s----->