// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum CurrencyOverChargeType : int { CanNotCharge = 0, FitToLimit = 1, ChargeOverLimit = 2, }; }