AccountDetailsTerminationNoticeRenewalPeriod Property |
Gets or sets the termination notice renewal 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 TerminationNoticeRenewalPeriod TerminationNoticeRenewalPeriod { get; set; }
Public Property TerminationNoticeRenewalPeriod As TerminationNoticeRenewalPeriod
Get
Set
public:
property TerminationNoticeRenewalPeriod TerminationNoticeRenewalPeriod {
TerminationNoticeRenewalPeriod get ();
void set (TerminationNoticeRenewalPeriod value);
}
member TerminationNoticeRenewalPeriod : TerminationNoticeRenewalPeriod with get, set
Property Value
Type:
TerminationNoticeRenewalPeriodThe termination notice renewal period.
See Also