public static class TdApi.GetPaymentForm extends TdApi.Function<TdApi.PaymentForm>
Returns PaymentForm
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputInvoice |
inputInvoice
The invoice.
|
TdApi.ThemeParameters |
theme
Preferred payment form theme; pass null to use the default theme.
|
| Constructor and Description |
|---|
GetPaymentForm()
Default constructor for a function, which returns an invoice payment form.
|
GetPaymentForm(TdApi.InputInvoice inputInvoice,
TdApi.ThemeParameters theme)
Creates a function, which returns an invoice payment form.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputInvoice inputInvoice
public TdApi.ThemeParameters theme
public static final int CONSTRUCTOR
public GetPaymentForm()
Returns PaymentForm
public GetPaymentForm(TdApi.InputInvoice inputInvoice, TdApi.ThemeParameters theme)
Returns PaymentForm
inputInvoice - The invoice.theme - Preferred payment form theme; pass null to use the default theme.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object