-
Full information about the invoice.
Information about the invoice.
InputMessageInvoice(TdApi.Invoice invoice,
String title,
String description,
String photoUrl,
int photoSize,
int photoWidth,
int photoHeight,
byte[] payload,
String providerToken,
String providerData,
String startParameter,
TdApi.InputMessageContent extendedMediaContent)
A message with an invoice; can be used
only by bots.
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.