(common)
Invoice |
data class Invoice : Amounted, Currencied |
(common)
LabeledPrice |
data class LabeledPrice : Amounted |
(common)
OrderInfo |
data class OrderInfo |
(common)
PreCheckoutQuery |
data class PreCheckoutQuery : Currencied, Amounted |
(common)
ShippingAddress |
data class ShippingAddress |
(common)
ShippingOption |
data class ShippingOption : Priced |
(common)
ShippingQuery |
data class ShippingQuery |
(common)
SuccessfulPayment |
data class SuccessfulPayment : Amounted, Currencied |
(jvm)
com.github.insanusmokrassar.TelegramBotAPI.types.payments.abstracts.Currencied |