Class ReceivedCredit.StripeBalancePayment

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.StripeBalancePayment
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedCredit

public static class ReceivedCredit.StripeBalancePayment extends StripeObject
This object stores details about the stripe balance pay refund that resulted in the ReceivedCredit. Present if type field value is stripe_balance_payment.
  • Constructor Details

    • StripeBalancePayment

      public StripeBalancePayment()
  • Method Details

    • getStatementDescriptor

      public String getStatementDescriptor()
    • setStatementDescriptor

      public void setStatementDescriptor(String statementDescriptor)
    • 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