SubscriptionHelperAdapterNoticePeriod Property |
Notice period business logic model.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public INoticePeriod NoticePeriod { get; set; }
Public Property NoticePeriod As INoticePeriod
Get
Set
public:
property INoticePeriod^ NoticePeriod {
INoticePeriod^ get ();
void set (INoticePeriod^ value);
}
member NoticePeriod : INoticePeriod with get, set
Property Value
Type:
INoticePeriodSee Also