1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 18:20:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.payments/-successful-payment/index.md
2021-03-17 15:18:37 +00:00

4.6 KiB

//docs/dev.inmo.tgbotapi.types.payments/SuccessfulPayment

SuccessfulPayment

[common] data class SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String?, orderInfo: OrderInfo?) : Amounted, Currencied

Properties

Name Summary
adaptedMajorityTotalAmount [common] open val adaptedMajorityTotalAmount: Double
amount [common] open override val amount: Long
currency [common] open override val currency: Currency
invoicePayload [common] val invoicePayload: String
orderInfo [common] val orderInfo: OrderInfo? = null
providerPaymentChargeId [common] val providerPaymentChargeId: String
shippingOptionId [common] val shippingOptionId: String? = null
telegramPaymentChargeId [common] val telegramPaymentChargeId: String