OrderBalanceIsInvoiced Property |
When Is_Invoiced = true, then in the view results will be included only the Payment Orders which do have a RefInvoiceDocument. If Is_Invoiced = false, then in the view results will be included only the Payment Orders which do NOT have a RefInvoiceDocument. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsInvoiced { get; }
Public ReadOnly Property IsInvoiced As Boolean
Get
public:
property bool IsInvoiced {
bool get ();
}
member IsInvoiced : bool with get
Property Value
Type:
Boolean
See Also