StripeProduct

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

Constructors

Link copied to clipboard
constructor(store: Store = Store.STRIPE, 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?