Click or drag to resize

ItemBillingScheduleEnum Enumeration

Billing schedule tells when the item will be billable.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public enum BillingScheduleEnum
Members
Member nameValueDescription
Immediately0 Billable immediately.
Recurring1 Recurring billing, based on the recurring rule.
OnDate2 Billable on a given date.
WhenTaskIsCompleted3 Billable when phase is marked as completed.
Never4 Not in use.
See Also