11 lines
181 B
Python
11 lines
181 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class PurchasePeriodType(object):
|
|
None_ = 0
|
|
Day = 1
|
|
Week = 2
|
|
Month = 3
|
|
|