SalesOrder..::..BillType Property

Gets or sets the type of the bill.

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public SalesOrder..::..SalesOrderBillTypes BillType { get; set; }
Public Property BillType As SalesOrder..::..SalesOrderBillTypes
	Get
	Set

Field Value

The type of the bill.

Exceptions


ExceptionCondition
ExceptionYou cannot change the BillType when the order is processed or closed, or has multiple snapshots.