Uses of Class
org.drinkless.tdlib.TdApi.PaymentProvider
Packages that use TdApi.PaymentProvider
-
Uses of TdApi.PaymentProvider in org.drinkless.tdlib
Subclasses of TdApi.PaymentProvider in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Some other payment provider, for which a web payment form must be shown.static class
Smart Glocal payment provider.static class
Stripe payment provider.Fields in org.drinkless.tdlib declared as TdApi.PaymentProviderModifier and TypeFieldDescriptionTdApi.PaymentFormTypeRegular.paymentProvider
Information about the payment provider.Constructors in org.drinkless.tdlib with parameters of type TdApi.PaymentProviderModifierConstructorDescriptionPaymentFormTypeRegular
(TdApi.Invoice invoice, long paymentProviderUserId, TdApi.PaymentProvider paymentProvider, TdApi.PaymentOption[] additionalPaymentOptions, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials[] savedCredentials, boolean canSaveCredentials, boolean needPassword) The payment form is for a regular payment.