PaddleProduct

@Serializable
data class PaddleProduct(val store: Store = Store.PADDLE, val environment: String, val productIdentifier: String, val trialDays: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(store: Store = Store.PADDLE, environment: String, productIdentifier: String, trialDays: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "environment")
val environment: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "product_identifier")
val productIdentifier: String
Link copied to clipboard
@SerialName(value = "store")
val store: Store
Link copied to clipboard
@SerialName(value = "trial_days")
val trialDays: Int?