java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PaymentOption
- Enclosing class:
- TdApi
Describes an additional payment option.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Title for the payment option.Payment form URL to be opened in a web view. -
Constructor Summary
ConstructorDescriptionDescribes an additional payment option.PaymentOption
(DataInput input) Describes an additional payment option.PaymentOption
(String title, String url) Describes an additional payment option. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Title for the payment option. -
url
Payment form URL to be opened in a web view. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PaymentOption
public PaymentOption()Describes an additional payment option. -
PaymentOption
Describes an additional payment option.- Parameters:
title
- String Title for the payment option.url
- String Payment form URL to be opened in a web view.
-
PaymentOption
Describes an additional payment option.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-