-
Constructors in it.tdlight.jni with parameters of type TdApi.Invoice
Constructor |
Description |
InputMessageInvoice(TdApi.Invoice invoice,
String title,
String description,
String photoUrl,
int photoSize,
int photoWidth,
int photoHeight,
byte[] payload,
String providerToken,
String providerData,
String startParameter) |
A message with an invoice; can be used
only by bots.
|
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.
|