-
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 and only in private chats.
|
PaymentForm(TdApi.Invoice invoice,
String url,
TdApi.PaymentsProviderStripe paymentsProvider,
TdApi.OrderInfo savedOrderInfo,
TdApi.SavedCredentials savedCredentials,
boolean canSaveCredentials,
boolean needPassword) |
Contains information about an invoice payment form.
|
PaymentReceipt(int date,
int paymentsProviderUserId,
TdApi.Invoice invoice,
TdApi.OrderInfo orderInfo,
TdApi.ShippingOption shippingOption,
String credentialsTitle) |
Contains information about a successful payment.
|