WoCostExclusion Enumeration |
Exclusion rule: a service fee extension used to tweak WO billing
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum WoCostExclusion
<SerializableAttribute>
Public Enumeration WoCostExclusion
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
None | 0 |
No exclusion (default value)
|
Item | 1 |
All Internal Cost and Vendor Invoice items with the same Invoice Item Dictionary reference will be excluded from billing.
|
Category | 2 |
All Internal Cost and Vendor Invoice items with the same Cost Category will be excluded from billing.
|
Min | 3 |
Imposes "minimum value" requirement for amount billed for same Cost Category
|
See Also