activate_subscription¶
Operation¶
activate_subscription
async
¶
activate_subscription(input: ActivateSubscriptionInput, plugins: list[Plugin] | None = None) -> ActivateSubscriptionOutput
Activates a Subscription to enable billing for a user.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ActivateSubscriptionInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ActivateSubscriptionOutput
|
An instance of |
Input¶
ActivateSubscriptionInput
dataclass
¶
Dataclass for ActivateSubscriptionInput structure.
Output¶
ActivateSubscriptionOutput
dataclass
¶
Dataclass for ActivateSubscriptionOutput structure.
Attributes¶
subscription
class-attribute
instance-attribute
¶
subscription: SubscriptionDescription | None = None