Click or drag to resize

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
Members
  Member nameValueDescription
FullPeriod0 Subscription will be extended for whole period
NoticePeriodExcess1 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