DelayedTerminationConfigurationTerminationDelayPeriod Property |
Gets or sets the termination delay period in days.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public int TerminationDelayPeriod { get; set; }
Public Property TerminationDelayPeriod As Integer
Get
Set
public:
property int TerminationDelayPeriod {
int get ();
void set (int value);
}
member TerminationDelayPeriod : int with get, set
Property Value
Type:
Int32The termination delay period in days.
See Also