Click or drag to resize
PMBalanceUpdateRecurringScheme Enumeration
The interval a recurring balance happens on

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public enum RecurringScheme
Members
  Member nameValueDescription
Daily1 Balance update will occur every day
Weekly2 Balance update will occur once a week. RecurOn is used to specify day of the week.
Monthly3 Balance update will occur once a month. RecurOn is used to specify day of the month.
See Also