SpendingLimit Enum

Definition

Defines values for SpendingLimit.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SpendingLimit
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SpendingLimit = 
Public Enum SpendingLimit
Inheritance
SpendingLimit
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CurrentPeriodOff 2
Off 1
On 0

Applies to