public static class TdApi.InputInvoiceName extends TdApi.InputInvoice
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Name of the invoice.
|
| Constructor and Description |
|---|
InputInvoiceName()
An invoice from a link of the type internalLinkTypeInvoice.
|
InputInvoiceName(java.lang.String name)
An invoice from a link of the type internalLinkTypeInvoice.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public static final int CONSTRUCTOR
public InputInvoiceName()
public InputInvoiceName(java.lang.String name)
name - Name of the invoice.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object