UpgradeDowngradeOptionsNoUnpaidInvoice Property |
Gets or sets the NoUnpaidInvoice.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual bool NoUnpaidInvoice { get; set; }
Public Overridable Property NoUnpaidInvoice As Boolean
Get
Set
public:
virtual property bool NoUnpaidInvoice {
bool get ();
void set (bool value);
}
abstract NoUnpaidInvoice : bool with get, set
override NoUnpaidInvoice : bool with get, set
Property Value
Type:
BooleanSee Also