Options to determine which service fees will be billed for the given Work Order.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum BillingRule
<SerializableAttribute>
Public Enumeration BillingRule
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 | |
VendorAndServiceFee | 1 |
Vendor and Service Fee(s)
|
Contract | 2 |
Per Contract Schedule
|
NotBilled | 3 |
Not Billed
|
ServiceFee | 4 |
Service Fee(s)
|
All | 5 |
Vendor Invoice, Costs and Service Fees
|
CostsAndFees | 6 |
Costs and Service Fees
|
ApprovedEstimate | 7 |
Approved Estimate
|
See Also