BillingSubscriptionMergeRequest Class
Request parameters that are provided to merge the two billing subscriptions.
Constructor
BillingSubscriptionMergeRequest(*, target_billing_subscription_name: str | None = None, quantity: int | None = None, **kwargs: Any)
Keyword-Only Parameters
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. Default value: None
|
quantity
|
The quantity of the source billing subscription that will be merged with the target billing subscription. Default value: None
|