Class PaymentEvaluation.Event.Refunded

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Event.Refunded
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation.Event

public static class PaymentEvaluation.Event.Refunded extends StripeObject
Refunded Event details attached to this payment evaluation.
  • Constructor Details

    • Refunded

      public Refunded()
  • Method Details

    • getAmount

      public Long getAmount()
      Amount refunded for this payment. A positive integer representing how much to charge in the smallest currency unit (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • getReason

      public String getReason()
      Indicates the reason for the refund.

      One of duplicate, fraudulent, other, or requested_by_customer.

    • setAmount

      public void setAmount(Long amount)
      Amount refunded for this payment. A positive integer representing how much to charge in the smallest currency unit (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • setReason

      public void setReason(String reason)
      Indicates the reason for the refund.

      One of duplicate, fraudulent, other, or requested_by_customer.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object