Uses of Class
org.drinkless.tdlib.TdApi.Invoice
-
Packages that use TdApi.Invoice Package Description org.drinkless.tdlib -
-
Uses of TdApi.Invoice in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Invoice Modifier and Type Field Description TdApi.InvoiceTdApi.InputMessageInvoice. invoiceInvoice.TdApi.InvoiceTdApi.PaymentForm. invoiceFull information of the invoice.TdApi.InvoiceTdApi.PaymentReceipt. invoiceInformation about the invoice.Constructors in org.drinkless.tdlib with parameters of type TdApi.Invoice Constructor Description InputMessageInvoice(TdApi.Invoice invoice, String title, String description, String photoUrl, int photoSize, int photoWidth, int photoHeight, byte[] payload, String providerToken, String providerData, String startParameter)A message with an invoice; can be used only by bots.PaymentForm(long id, TdApi.Invoice invoice, String url, long sellerBotUserId, long paymentsProviderUserId, TdApi.PaymentsProviderStripe paymentsProvider, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials savedCredentials, boolean canSaveCredentials, boolean needPassword)Contains information about an invoice payment form.PaymentReceipt(String title, String description, TdApi.Photo photo, int date, long sellerBotUserId, long paymentsProviderUserId, TdApi.Invoice invoice, TdApi.OrderInfo orderInfo, TdApi.ShippingOption shippingOption, String credentialsTitle, long tipAmount)Contains information about a successful payment.
-