Generated by DocFX

Class Fees

Inheritance
System.Object
Fees
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class Fees

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Items

Array of objects describing fee rules

Declaration
[JsonProperty("items", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Items> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<Items>
| Improve this Doc View Source

Locked

Whether this rule can be modified in future transactions

Declaration
[JsonProperty("locked", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool? Locked { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>