freeleaps-service-hub/app/content/common/constants/payment.py
2024-10-29 06:40:37 -07:00

6 lines
74 B
Python

from enum import IntEnum
class PaymentPlanType(IntEnum):
STAGED = 0