Module tdlight.api

Class TdApi.InputInvoiceName

Enclosing class:
TdApi

public static final class TdApi.InputInvoiceName extends TdApi.InputInvoice
An invoice from a link of the type internalLinkTypeInvoice.
  • Field Details

  • Constructor Details

    • InputInvoiceName

      public InputInvoiceName()
      An invoice from a link of the type internalLinkTypeInvoice.
    • InputInvoiceName

      public InputInvoiceName(String name)
      An invoice from a link of the type internalLinkTypeInvoice.
      Parameters:
      name - String Name of the invoice.
    • InputInvoiceName

      public InputInvoiceName(DataInput input) throws IOException
      An invoice from a link of the type internalLinkTypeInvoice.
      Throws:
      IOException
  • Method Details