RenewalTermDetails interface

Details for the next renewal term of a subscription.

Properties

billingFrequency

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

productId

Id of the product for which the subscription is purchased.

productTypeId

Type Id of the product for which the subscription is purchased.

quantity

The quantity of licenses or fulfillment units for the subscription.

skuId

The SKU ID of the product for which the subscription is purchased. This field is is only available for Microsoft Customer Agreement billing accounts.

termDuration

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y

termEndDate

End date of the term in UTC time.

Property Details

billingFrequency

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

billingFrequency?: string

Property Value

string

productId

Id of the product for which the subscription is purchased.

productId?: string

Property Value

string

productTypeId

Type Id of the product for which the subscription is purchased.

productTypeId?: string

Property Value

string

quantity

The quantity of licenses or fulfillment units for the subscription.

quantity?: number

Property Value

number

skuId

The SKU ID of the product for which the subscription is purchased. This field is is only available for Microsoft Customer Agreement billing accounts.

skuId?: string

Property Value

string

termDuration

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y

termDuration?: string

Property Value

string

termEndDate

End date of the term in UTC time.

termEndDate?: Date

Property Value

Date