SubscriptionTermImmediateChangeOption ===================================== A SubscriptionTermImmediateChangeOption resource represents an available term duration and its supported billing cycles that a subscription can be immediately changed to. Resource definition ------------------- .. literalinclude:: _static/SubscriptionTermImmediateChangeOptions.json :language: json +---------------------+---------------------+-------------------------------------------------------------------------------------------------------------------+ | Name | Type | Description | +=====================+=====================+===================================================================================================================+ | TermDuration | string | An ISO 8601 representation of the term's duration. Supported values P1M (1 month), P1Y (1 year) and P3Y (3 years).| +---------------------+---------------------+-------------------------------------------------------------------------------------------------------------------+ | BillingCycleOptions | int [ ] | Supported billing cycles. Unknown = 0, Monthly = 1, Annual = 2, None = 3, OneTime = 4, Triennial = 5, Biennial = 6| +---------------------+---------------------+-------------------------------------------------------------------------------------------------------------------+