Class SuccessfulPayment

java.lang.Object
io.github.natanimn.telebof.types.payments.SuccessfulPayment

public class SuccessfulPayment extends Object
This class contains basic information about a successful payment. Note that if the buyer initiates a chargeback with the relevant payment provider following this transaction, the funds may be debited from your balance. This is outside of Telegram's control.
Since:
3 March 2025
  • Constructor Details

    • SuccessfulPayment

      public SuccessfulPayment()
  • Method Details

    • getCurrency

      public String getCurrency()
    • getTotalAmount

      public Integer getTotalAmount()
    • getSubscriptionExpirationDate

      public Integer getSubscriptionExpirationDate()
    • getInvoicePayload

      public String getInvoicePayload()
    • getShippingOptionId

      public String getShippingOptionId()
    • getOrderInfo

      public OrderInfo getOrderInfo()
    • getTelegramPaymentChargeId

      public String getTelegramPaymentChargeId()
    • getProviderPaymentChargeId

      public String getProviderPaymentChargeId()
    • getIsRecurring

      public Boolean getIsRecurring()
    • getIsFirstRecurring

      public Boolean getIsFirstRecurring()