-
Information about the order; may be null.
Order information; may be null.
Information about the order; may be null.
The order information, provided by the user; pass null if empty.
Saved server-side order information; may be null.
A payment has been completed; for bots only.
PaymentForm(long id,
TdApi.Invoice invoice,
long sellerBotUserId,
long paymentProviderUserId,
TdApi.PaymentProvider paymentProvider,
TdApi.PaymentOption[] additionalPaymentOptions,
TdApi.OrderInfo savedOrderInfo,
TdApi.SavedCredentials[] savedCredentials,
boolean canSaveCredentials,
boolean needPassword,
String productTitle,
TdApi.FormattedText productDescription,
TdApi.Photo productPhoto)
Contains information about an invoice payment form.
PaymentReceipt(String title,
TdApi.FormattedText description,
TdApi.Photo photo,
int date,
long sellerBotUserId,
long paymentProviderUserId,
TdApi.Invoice invoice,
TdApi.OrderInfo orderInfo,
TdApi.ShippingOption shippingOption,
String credentialsTitle,
long tipAmount)
Contains information about a successful payment.
A new incoming pre-checkout query; for bots only.
Validates the order information provided by a user and returns the available shipping options for a flexible invoice.