java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeInvoice
- Enclosing class:
- TdApi
The link is a link to an invoice. Call
getPaymentForm with the given invoice
name to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Name of the invoice. -
Constructor Summary
ConstructorDescriptionThe link is a link to an invoice.InternalLinkTypeInvoice
(DataInput input) The link is a link to an invoice.InternalLinkTypeInvoice
(String invoiceName) The link is a link to an invoice. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
invoiceName
Name of the invoice. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeInvoice
public InternalLinkTypeInvoice()The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link. -
InternalLinkTypeInvoice
The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link.- Parameters:
invoiceName
- String Name of the invoice.
-
InternalLinkTypeInvoice
The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link.- 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()
-