CustomStoreProduct

@Serializable
data class CustomStoreProduct(val store: Store = Store.CUSTOM, val productIdentifier: String)(source)

Constructors

Link copied to clipboard
constructor(store: Store = Store.CUSTOM, productIdentifier: String)

Properties

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