AppStoreProduct

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

Constructors

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