Uses of Class
it.tdlight.jni.TdApi.InputInvoice
-
Uses of TdApi.InputInvoice in it.tdlight.jni
Subclasses of TdApi.InputInvoice in it.tdlight.jniModifier and TypeClassDescriptionstatic final classAn invoice from a message of the type messageInvoice.static final classAn invoice from a link of the type internalLinkTypeInvoice.Fields in it.tdlight.jni declared as TdApi.InputInvoiceModifier and TypeFieldDescriptionTdApi.GetPaymentForm.inputInvoiceThe invoice.TdApi.SendPaymentForm.inputInvoiceThe invoice.TdApi.ValidateOrderInfo.inputInvoiceThe invoice.Constructors in it.tdlight.jni with parameters of type TdApi.InputInvoiceModifierConstructorDescriptionGetPaymentForm(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.