Package dev. inmo. tgbotapi. types. payments
Types
Link copied to clipboard
data class Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long) : Amounted, Currencied
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreCheckoutQuery(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier?, orderInfo: OrderInfo?) : Currencied, Amounted, FromUser
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List<LabeledPrice>) : Priced
Content copied to clipboard
Link copied to clipboard
data class ShippingQuery(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress) : FromUser
Content copied to clipboard
Link copied to clipboard
data class SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String?, orderInfo: OrderInfo?) : Amounted, Currencied
Content copied to clipboard