Class ReceivedDebit.StripeBalancePayment

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

public static class ReceivedDebit.StripeBalancePayment extends StripeObject
This object stores details about the Stripe Balance Payment that resulted in the ReceivedDebit.
  • Constructor Details

    • StripeBalancePayment

      public StripeBalancePayment()
  • Method Details

    • getDebitAgreement

      public String getDebitAgreement()
    • getStatementDescriptor

      public String getStatementDescriptor()
    • setDebitAgreement

      public void setDebitAgreement(String debitAgreement)
    • 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