Class PreCheckoutQuery
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.payments.PreCheckoutQuery
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class PreCheckoutQuery extends Object implements BotApiObject
- Version:
- 1.0 This object contains information about incoming pre-checkout query.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreCheckoutQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()UsergetFrom()StringgetId()StringgetInvoicePayload()OrderInfogetOrderInfo()StringgetShippingOptionId()IntegergetTotalAmount()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getFrom
public User getFrom()
-
getCurrency
public String getCurrency()
-
getTotalAmount
public Integer getTotalAmount()
-
getInvoicePayload
public String getInvoicePayload()
-
getShippingOptionId
public String getShippingOptionId()
-
getOrderInfo
public OrderInfo getOrderInfo()
-
-