using System.Text.Json.Serialization; namespace AAIntegration.SimmonsBank.API.Enums; public enum OperationMode { Historic, Absolute, Percentage, }