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 NOTE: This property will not be serialized. It can only be populated by the server.

productId

Id of the product for which the subscription is purchased. NOTE: This property will not be serialized. It can only be populated by the server.

productTypeId

Type Id of the product for which the subscription is purchased. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

termDuration

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y NOTE: This property will not be serialized. It can only be populated by the server.

termEndDate

End date of the term in UTC time. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

billingFrequency

The billing frequency in ISO8601 format of product in the subscription. Example: P1M, P3M, P1Y NOTE: This property will not be serialized. It can only be populated by the server.

billingFrequency?: string

Property Value

string

productId

Id of the product for which the subscription is purchased. NOTE: This property will not be serialized. It can only be populated by the server.

productId?: string

Property Value

string

productTypeId

Type Id of the product for which the subscription is purchased. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

skuId?: string

Property Value

string

termDuration

The duration in ISO8601 format for which you can use the subscription. Example: P1M, P3M, P1Y NOTE: This property will not be serialized. It can only be populated by the server.

termDuration?: string

Property Value

string

termEndDate

End date of the term in UTC time. NOTE: This property will not be serialized. It can only be populated by the server.

termEndDate?: Date

Property Value

Date