Class SuccessfulPayment
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.payments.SuccessfulPayment
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class SuccessfulPayment extends Object implements BotApiObject
- Version:
- 1.0 This object contains basic information about a successful payment.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuccessfulPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()StringgetInvoicePayload()OrderInfogetOrderInfo()StringgetProviderPaymentChargeId()StringgetShippingOptionId()StringgetTelegramPaymentChargeId()IntegergetTotalAmount()StringtoString()
-
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
getTotalAmount
public Integer getTotalAmount()
-
getInvoicePayload
public String getInvoicePayload()
-
getShippingOptionId
public String getShippingOptionId()
-
getOrderInfo
public OrderInfo getOrderInfo()
-
getTelegramPaymentChargeId
public String getTelegramPaymentChargeId()
-
getProviderPaymentChargeId
public String getProviderPaymentChargeId()
-
-