Class RefundedPayment

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

public class RefundedPayment extends Object
This class contains basic information about a refunded payment.
Since:
3 March 2025
  • Constructor Details

    • RefundedPayment

      public RefundedPayment()
  • Method Details

    • getCurrency

      public String getCurrency()
    • getTotalAmount

      public Integer getTotalAmount()
    • getInvoicePayload

      public String getInvoicePayload()
    • getTelegramPaymentChargeId

      public String getTelegramPaymentChargeId()
    • getProviderPaymentChargeId

      public String getProviderPaymentChargeId()