WoLastActionBilledTotal Property |
Contains total billed value; either preview (when ciInvoiceID == NULL) or actual version (otherwise). This field is nullable; NULL value is different from zero; it means total billed preview was never computed (when ciInvoiceID == NULL) or total billed amount is not applicable to this WO (otherwise).
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MoneyValue BilledTotal { get; set; }
Public Property BilledTotal As MoneyValue
Get
Set
No code example is currently available or this language may not be supported.
Property Value
MoneyValue
See Also