Parameter | Type | Description | Example |
---|---|---|---|
object | |||
PaymentDurationUnit | string | The unit of the subscription duration. Valid values:
| Month |
PaymentDuration | integer | The subscription duration. Valid values when PaymentDurationUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60. | 12 |
AutoRenew | boolean | Indicates whether auto-renewal is enabled. Valid values:
| true |
AutoRenewDurationUnit | string | The unit of the auto-renewal duration. Valid values:
| Month |
AutoRenewDuration | integer | The auto-renewal duration. This parameter takes effect only when the AutoRenew parameter is set to true. Valid values when AutoRenewDurationUnit is set to Month: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36, 48, and 60. | 12 |