Click or drag to resize
Infosoft Logo

InvoicePrintParametersInvoicePrintTypes Property

Gets or sets the invoice print types.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IEnumerable<InvoicePrintType> InvoicePrintTypes { get; set; }

Property Value

IEnumerableInvoicePrintType
The invoice print types.
See Also