public static class TdApi.PaymentProviderSmartGlocal extends TdApi.PaymentProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
publicToken
Public payment token.
|
java.lang.String |
tokenizeUrl
URL for sending card tokenization requests.
|
| Constructor and Description |
|---|
PaymentProviderSmartGlocal()
Smart Glocal payment provider.
|
PaymentProviderSmartGlocal(java.lang.String publicToken,
java.lang.String tokenizeUrl)
Smart Glocal payment provider.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String publicToken
public java.lang.String tokenizeUrl
public static final int CONSTRUCTOR
public PaymentProviderSmartGlocal()
public PaymentProviderSmartGlocal(java.lang.String publicToken,
java.lang.String tokenizeUrl)
publicToken - Public payment token.tokenizeUrl - URL for sending card tokenization requests.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object