UnknownStoreProduct

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

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "product_identifier")
val productIdentifier: String
Link copied to clipboard
@SerialName(value = "store")
val store: Store