Click or drag to resize
Infosoft Logo

InvoicePrintParameters Class

Defines parameters for the invoice print job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersInvoicePrintParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class InvoicePrintParameters : SchedulableJobParameters, 
	IExtensibleDataObject

The InvoicePrintParameters type exposes the following members.

Properties
 NameDescription
Public propertyDispatchPDFBalanceInvoiceEmail Gets or sets a value indicating whether [dispatch PDF balance invoice email].
Public propertyDispatchPDFBalanceInvoiceReminderEmail Gets or sets a value indicating whether [dispatch PDF balance invoice reminder email].
Public propertyDispatchPDFEmail Gets or sets a value indicating whether to send PDF.
Public propertyDispatchPDFReminderEmail Gets or sets a value indicating whether [dispatch PDF reminder email].
Public propertyGenerateAlternativeInvoice Gets or sets a value indicating whether to write totals.
Public propertyInvoicePrintTypes Gets or sets the invoice print types.
Public propertyMergePrintFiles Gets or sets a value indicating whether to join print files.
Public propertyRunNumber Gets or sets the run number.
Public propertySendSMS Gets or sets a value indicating whether to send SMS.
Top
See Also