AppGroupOrderArgs

data class AppGroupOrderArgs(val autoRenew: Output<Boolean>? = null, val duration: Output<Int>? = null, val pricingCycle: Output<String>? = null) : ConvertibleToJava<AppGroupOrderArgs>

Constructors

Link copied to clipboard
constructor(autoRenew: Output<Boolean>? = null, duration: Output<Int>? = null, pricingCycle: Output<String>? = null)

Properties

Link copied to clipboard
val autoRenew: Output<Boolean>? = null

Whether to renew automatically. It only takes effect when the parameter payment_type takes the value Subscription.

Link copied to clipboard
val duration: Output<Int>? = null

Order cycle. The minimum value is not less than 0.

Link copied to clipboard
val pricingCycle: Output<String>? = null

Order cycle unit. Valid values: Year and Month.

Functions

Link copied to clipboard
open override fun toJava(): AppGroupOrderArgs