PaymentStatus Enum

Describes whether the payment is completed, failed, pending, cancelled or scheduled in the future.

Inheritance
builtins.str
PaymentStatus
PaymentStatus

Constructor

PaymentStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

CANCELLED
COMPLETED
FAILED
PENDING
SCHEDULED
SUCCEEDED