class documentation

class PaymentCollection(str, Enum):

View In Hierarchy

Undocumented

Constant ACTION_REQUIRED Undocumented
Constant FAILED Undocumented
Constant NOT_REQUIRED Undocumented
Constant PROCESSING Undocumented
ACTION_REQUIRED: str =

Undocumented

Value
'ACTION_REQUIRED'
FAILED: str =

Undocumented

Value
'FAILED'
NOT_REQUIRED: str =

Undocumented

Value
'NOT_REQUIRED'
PROCESSING: str =

Undocumented

Value
'PROCESSING'