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+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
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