-
Constructors in it.tdlight.jni with parameters of type TdApi.OrderInfo
Constructor |
Description |
MessagePaymentSuccessfulBot(String currency,
long totalAmount,
byte[] invoicePayload,
String shippingOptionId,
TdApi.OrderInfo orderInfo,
String telegramPaymentChargeId,
String providerPaymentChargeId) |
A payment has been completed; for bots only.
|
PaymentForm(long id,
TdApi.Invoice invoice,
String url,
int sellerBotUserId,
int 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,
int sellerBotUserId,
int paymentsProviderUserId,
TdApi.Invoice invoice,
TdApi.OrderInfo orderInfo,
TdApi.ShippingOption shippingOption,
String credentialsTitle,
long tipAmount) |
Contains information about a successful payment.
|
UpdateNewPreCheckoutQuery(long id,
int senderUserId,
String currency,
long totalAmount,
byte[] invoicePayload,
String shippingOptionId,
TdApi.OrderInfo orderInfo) |
A new incoming pre-checkout query;
for bots only.
|
ValidateOrderInfo(long chatId,
long messageId,
TdApi.OrderInfo orderInfo,
boolean allowSave) |
Validates the order information provided
by a user and returns the available
shipping options for a flexible invoice.
|