14 lines
243 B
Python
14 lines
243 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class PurchaseStatusCode(object):
|
|
None_ = 0
|
|
Start = 1
|
|
PublishSuccess = 2
|
|
End = 3
|
|
Error = 4
|
|
DuplicateOrder = 5
|
|
Refund = 6
|
|
|