Price

data class Price(formatted: String, amount: String?, currency: String?)

Properties

Link copied to clipboard
val amount: String? = null
Link copied to clipboard
val currency: String? = null
Link copied to clipboard
val formatted: String