RichUtils / pyxis.uzuki.live.richutilskt.module.iap / Sku

Sku

data class Sku

Constructors

<init>

Sku(productId: String = "", type: String = "", price: String = "", priceAmountMicros: String = "", priceCurrencyCode: String = "", title: String = "", description: String = "")

Properties

description

var description: String

price

var price: String

priceAmountMicros

var priceAmountMicros: String

priceCurrencyCode

var priceCurrencyCode: String

productId

var productId: String

title

var title: String

type

var type: String

Functions

toString

fun toString(): String