10 lines
196 B
Python
10 lines
196 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class CurrencyOverChargeType(object):
|
|
CanNotCharge = 0
|
|
FitToLimit = 1
|
|
ChargeOverLimit = 2
|
|
|