Class TdApi.MessagePaymentSuccessful

  • Enclosing class:
    TdApi

    public static class TdApi.MessagePaymentSuccessful
    extends TdApi.MessageContent
    A payment has been completed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String currency
      Currency for the price of the product.
      long invoiceMessageId
      Identifier of the message with the corresponding invoice; can be an identifier of a deleted message.
      long totalAmount
      Total price for the product, in the minimal quantity of the currency.
    • Constructor Summary

      Constructors 
      Constructor Description
      MessagePaymentSuccessful()
      Default constructor.
      MessagePaymentSuccessful​(long invoiceMessageId, java.lang.String currency, long totalAmount)
      Constructor for initialization of all fields.
    • Field Detail

      • invoiceMessageId

        public long invoiceMessageId
        Identifier of the message with the corresponding invoice; can be an identifier of a deleted message.
      • currency

        public java.lang.String currency
        Currency for the price of the product.
      • totalAmount

        public long totalAmount
        Total price for the product, in the minimal quantity of the currency.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessagePaymentSuccessful

        public MessagePaymentSuccessful()
        Default constructor.
      • MessagePaymentSuccessful

        public MessagePaymentSuccessful​(long invoiceMessageId,
                                        java.lang.String currency,
                                        long totalAmount)
        Constructor for initialization of all fields.
        Parameters:
        invoiceMessageId - Identifier of the message with the corresponding invoice; can be an identifier of a deleted message.
        currency - Currency for the price of the product.
        totalAmount - Total price for the product, in the minimal quantity of the currency.