AppGroupOrder

data class AppGroupOrder(val autoRenew: Boolean? = null, val duration: Int? = null, val pricingCycle: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoRenew: 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: Int? = null

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

Link copied to clipboard
val pricingCycle: String? = null

Order cycle unit. Valid values: Year and Month.