ItemTerminationNoticePeriod Property |
Gets or sets 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 int TerminationNoticePeriod { get; set; }
Public Property TerminationNoticePeriod As Integer
Get
Set
public:
property int TerminationNoticePeriod {
int get ();
void set (int value);
}
member TerminationNoticePeriod : int with get, set
Property Value
Type:
Int32The termination notice period.
See Also