Click or drag to resize
FinancialItemNonBillable Property
Boolean flag; True means Financial Item is not billable and won’t be copied to Customer invoice

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<bool> NonBillable { get; set; }

Property Value

Type: NullableBoolean
See Also