Uses of Class
org.drinkless.tdlib.TdApi.PaymentsProviderStripe
-
Packages that use TdApi.PaymentsProviderStripe Package Description org.drinkless.tdlib -
-
Uses of TdApi.PaymentsProviderStripe in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PaymentsProviderStripe Modifier and Type Field Description TdApi.PaymentsProviderStripeTdApi.PaymentForm. paymentsProviderInformation about the payment provider, if available, to support it natively without the need for opening the URL; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.PaymentsProviderStripe Constructor Description PaymentForm(long id, TdApi.Invoice invoice, String url, long sellerBotUserId, long paymentsProviderUserId, TdApi.PaymentsProviderStripe paymentsProvider, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials savedCredentials, boolean canSaveCredentials, boolean needPassword)Contains information about an invoice payment form.
-