TemplatesInvoicePrintTemplates Property |
Gets or sets the InvoicePrintTemplates.
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 PrintTemplates InvoicePrintTemplates { get; set; }
Public Overridable Property InvoicePrintTemplates As PrintTemplates
Get
Set
public:
virtual property PrintTemplates^ InvoicePrintTemplates {
PrintTemplates^ get ();
void set (PrintTemplates^ value);
}
abstract InvoicePrintTemplates : PrintTemplates with get, set
override InvoicePrintTemplates : PrintTemplates with get, set
Property Value
Type:
PrintTemplatesSee Also