Uses of Class
it.tdlight.jni.TdApi.InputInvoice
-
Uses of TdApi.InputInvoice in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
An invoice from a message of the type messageInvoice.static final class
An invoice from a link of the type internalLinkTypeInvoice.Modifier and TypeFieldDescriptionTdApi.GetPaymentForm.inputInvoice
The invoice.TdApi.SendPaymentForm.inputInvoice
The invoice.TdApi.ValidateOrderInfo.inputInvoice
The invoice.ModifierConstructorDescriptionGetPaymentForm
(TdApi.InputInvoice inputInvoice, TdApi.ThemeParameters theme) Returns an invoice payment form.SendPaymentForm
(TdApi.InputInvoice inputInvoice, long paymentFormId, String orderInfoId, String shippingOptionId, TdApi.InputCredentials credentials, long tipAmount) Sends a filled-out payment form to the bot for final verification.ValidateOrderInfo
(TdApi.InputInvoice inputInvoice, TdApi.OrderInfo orderInfo, boolean allowSave) Validates the order information provided by a user and returns the available shipping options for a flexible invoice.