BillToTypeRule Enumeration |
Defines additional rules/restrictions for Bill To Types
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum BillToTypeRule
<SerializableAttribute>
Public Enumeration BillToTypeRule
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
None | 0 |
No restrictions: Bill To Type can be used for field "Bill To logic" and for WO/Work Zone/Portfolio "Bill To option" fields.
|
LogicDisabled | 1 |
Bill To Type cannot be used for field "Bill To logic"
|
WoDisabled | 2 |
Bill To Type cannot be used for WO/Work Zone/Portfolio "Bill To option" fields.
|
See Also