Click or drag to resize
BillToOption Class
Bill To Type is semi-static localized dictionary. There is matching enumeration BillToType for system-defined values; and there is business logic associated with members of that enumeration. Bill To Type suggests type of entity which will be billed for a particular Work Order, or the lack of such entity. Selection of Bill To Type: * Impacts computing default values for other Financial Record’s properties such as Billing Account and Contract. * Might impose additional restrictions for Financial Record, such as "Billing Account is required". Zero is a valid ID
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class BillToOption : CorrigoEntity

The BillToOption type exposes the following members.

Properties
  NameDescription
Public propertyCode
Code which is intended for use in financial support and integrations. Max. length is 64 characters
Public propertyDisplayAs
How an object is represented on UI. Max Length=256
Public propertyTypeId
Specifies additional restrictions for Bill To Type; based on enumeration BillToTypeRule. This field is supported only for system-defined records.
Top
See Also