Package com.zuko.billingz.core.store.model

Types

Link copied to clipboard
interface OrderHistoryz : ModuleIdentifier
Link copied to clipboard
interface Orderz : ModuleIdentifier

Order objects are transactions in-progress or incomplete.

Link copied to clipboard
data class PricingInfo(introPrice: String?, introPricePeriod: String?, billingPeriod: String?, trialPeriod: String?) : Productz.Pricing, Parcelable
Link copied to clipboard
interface Productz : ModuleIdentifier
Link copied to clipboard
interface QueryResult<out T>

Functionality for query results to be published as android LiveData objects or kotlin StateFlow objects. Both provide functionality for multiple subscribers.

Link copied to clipboard
interface Receiptz : ModuleIdentifier

Receipt objects are completed transactions with a final state as canceled, expired, or consumed.