BillingSubscriptionSplitRequest interface

Request parameters that are provided to split the billing subscription.

Properties

billingFrequency

The billing frequency of the target subscription in the ISO8601 format. Example: P1M, P3M, P1Y"

quantity

The quantity of the target product to which the subscription needs to be split into.

targetProductTypeId

The ID of the target product to which the subscription needs to be split into. This value is not same as the value returned in Get API call and can be retrieved from Catalog API to know the product id to split into.

targetSkuId

The ID of the target product to which the subscription needs to be split into. This value is not same as the value returned in Get API call and can be retrieved from Catalog API to know the sku id to split into.

termDuration

The term duration of the target in ISO8601 format product to which the subscription needs to be split into. Example: P1M, P1Y

Property Details

billingFrequency

The billing frequency of the target subscription in the ISO8601 format. Example: P1M, P3M, P1Y"

billingFrequency?: string

Property Value

string

quantity

The quantity of the target product to which the subscription needs to be split into.

quantity?: number

Property Value

number

targetProductTypeId

The ID of the target product to which the subscription needs to be split into. This value is not same as the value returned in Get API call and can be retrieved from Catalog API to know the product id to split into.

targetProductTypeId?: string

Property Value

string

targetSkuId

The ID of the target product to which the subscription needs to be split into. This value is not same as the value returned in Get API call and can be retrieved from Catalog API to know the sku id to split into.

targetSkuId?: string

Property Value

string

termDuration

The term duration of the target in ISO8601 format product to which the subscription needs to be split into. Example: P1M, P1Y

termDuration?: string

Property Value

string