Click or drag to resize

ItemRecurrenceEndTypeEnum Enumeration

Recurring item's end type tells when the recurring item will no longer be billed from customer.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+cc2a5357b8231e24c5fd7606bb1e71a1374ad1e9
Syntax
public enum RecurrenceEndTypeEnum
Members
Member nameValueDescription
Never0 Recurring rule does not have an end date. It is continued forever, until the recurring rule is deleted.
After1 Recurring rule ends "After X times". Frequency of the item defines, how often the rule is billable.
OnDate2 Recurring rule ends on the given date, and after that won't be invoiced anymore.
See Also