TerminationNoticeRenewalPeriod Enumeration |
Defines the period for which subscription will be extended
in case that termination was requested during the termination notice period
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public enum TerminationNoticeRenewalPeriod
Public Enumeration TerminationNoticeRenewalPeriod
public enum class TerminationNoticeRenewalPeriod
type TerminationNoticeRenewalPeriod
Members
| Member name | Value | Description |
---|
| FullPeriod | 0 |
Subscription will be extended for whole period
|
| NoticePeriodExcess | 1 |
Subscription will be extended just for difference current_date - termination_notice_period_starting_date
for example, if notice period is 90 days and customer requested termination 60 days prior to renewal,
then subscription should be extended for another 30 days
|
See Also