Class Invoice
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.payments.Invoice
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class Invoice extends Object implements BotApiObject
- Version:
- 1.0 This object contains basic information about an invoice.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Invoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()StringgetDescription()PhotoSizegetPhoto()StringgetStartParameter()StringgetTitle()IntegergetTotalAmount()StringtoString()
-