freeleaps-service-hub/apps/payment/common/constants/payment.py
2024-11-18 22:01:54 -08:00

6 lines
74 B
Python

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