public static class TdApi.PaymentOption extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Title for the payment option.
|
java.lang.String |
url
Payment form URL to be opened in a web view.
|
| Constructor and Description |
|---|
PaymentOption()
Describes an additional payment option.
|
PaymentOption(java.lang.String title,
java.lang.String url)
Describes an additional payment option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public java.lang.String url
public static final int CONSTRUCTOR
public PaymentOption()
public PaymentOption(java.lang.String title,
java.lang.String url)
title - Title for the payment option.url - Payment form URL to be opened in a web view.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object