Class ReceivedDebit.StatusDetails

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

public static class ReceivedDebit.StatusDetails extends StripeObject
For more details about StatusDetails, please refer to the API Reference.
  • Constructor Details

    • StatusDetails

      public StatusDetails()
  • Method Details

    • getFailed

      Information that elaborates on the failed status of a ReceivedDebit. It is only present when the ReceivedDebit status is failed.
    • setFailed

      public void setFailed(ReceivedDebit.StatusDetails.Failed failed)
      Information that elaborates on the failed status of a ReceivedDebit. It is only present when the ReceivedDebit status is failed.
    • 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