Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PaymentStatus

All possible custom:payment_statuses for a DappBot user. If all is well, they're ACTIVE. Once a payment fails, they're LAPSED. If it stays failed, the user eventually goes into FAILED. Their status will only be CANCELLED once they explicitly zero out their subscripton.

Index

Enumeration members

Enumeration members

ACTIVE

ACTIVE: = "ACTIVE"

CANCELLED

CANCELLED: = "CANCELLED"

FAILED

FAILED: = "FAILED"

LAPSED

LAPSED: = "LAPSED"

Generated using TypeDoc