ItemForceRenewal Property |
Gets or sets the force renewal flag.
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 ForceRenewal { get; set; }
Public Property ForceRenewal As Integer
Get
Set
public:
property int ForceRenewal {
int get ();
void set (int value);
}
member ForceRenewal : int with get, set
Property Value
Type:
Int32The force renewal flag.
Remarks
Force renewal flag defines whether subscription should be renewed even if the account is pending termination.
See Also