Item.RenewalWithoutInvoice Property |
Gets or sets the renewal without invoice.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntaxpublic RenewalWithoutInvoiceType RenewalWithoutInvoice { get; set; }
Public Property RenewalWithoutInvoice As RenewalWithoutInvoiceType
Get
Set
public:
property RenewalWithoutInvoiceType RenewalWithoutInvoice {
RenewalWithoutInvoiceType get ();
void set (RenewalWithoutInvoiceType value);
}
member RenewalWithoutInvoice : RenewalWithoutInvoiceType with get, set
Property Value
Type:
RenewalWithoutInvoiceType
The renewal without invoice.
See Also