data class LabeledPrice : Amounted
LabeledPrice(label: String, amount: Long)
val amount: Long
val label: String