Stripe

@Serializable(with = StripeSerializer::class)
@SerialName(value = "STRIPE")
data class Stripe(val environment: String, val productIdentifier: String, val trialDays: Int, val meta: JsonObject = JsonObject(emptyMap())) : CrossplatformProduct.StoreProduct(source)

Constructors

Link copied to clipboard
constructor(environment: String, productIdentifier: String, trialDays: Int, meta: JsonObject = JsonObject(emptyMap()))

Properties

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

Functions

Link copied to clipboard