Share via


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
str

The ID of the target billing subscription that will be merged with the source subscription provided in the request.

Default value: None
quantity
int

The quantity of the source billing subscription that will be merged with the target billing subscription.

Default value: None

Variables

Name Description
target_billing_subscription_name
str

The ID of the target billing subscription that will be merged with the source subscription provided in the request.

quantity
int

The quantity of the source billing subscription that will be merged with the target billing subscription.