class documentation

class SubscriptionInvoiceBillingReason(str, Enum):

View In Hierarchy

Undocumented

Constant BILLING_CYCLE Undocumented
Constant MANUAL Undocumented
Constant MINIMUM_INVOICE_AMOUNT_EXCEEDED Undocumented
Constant OTHER Undocumented
Constant SUBSCRIPTION_CREATION Undocumented
Constant SUBSCRIPTION_UPDATE Undocumented
BILLING_CYCLE: str =

Undocumented

Value
'BILLING_CYCLE'
MANUAL: str =

Undocumented

Value
'MANUAL'
MINIMUM_INVOICE_AMOUNT_EXCEEDED: str =

Undocumented

Value
'MINIMUM_INVOICE_AMOUNT_EXCEEDED'
OTHER: str =

Undocumented

Value
'OTHER'
SUBSCRIPTION_CREATION: str =

Undocumented

Value
'SUBSCRIPTION_CREATION'
SUBSCRIPTION_UPDATE: str =

Undocumented

Value
'SUBSCRIPTION_UPDATE'