BillingSubscriptionMergeRequest Class
Request parameters that are provided to merge the two billing subscriptions.
Constructor
BillingSubscriptionMergeRequest(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
target_billing_subscription_name
|
The ID of the target billing subscription that will be merged with the source subscription provided in the request. |
|
quantity
|
The quantity of the source billing subscription that will be merged with the target billing subscription. |
Attributes
quantity
The quantity of the source billing subscription that will be merged with the target billing subscription.
quantity: int | None
target_billing_subscription_name
The ID of the target billing subscription that will be merged with the source subscription provided in the request.
target_billing_subscription_name: str | None