Class InboundTransfer.FailureDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.InboundTransfer.FailureDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InboundTransfer

public static class InboundTransfer.FailureDetails extends StripeObject
  • Constructor Details

    • FailureDetails

      public FailureDetails()
  • Method Details

    • getCode

      public String getCode()
      Reason for the failure.

      One of account_closed, account_frozen, bank_account_restricted, bank_ownership_changed, debit_not_authorized, incorrect_account_holder_address, incorrect_account_holder_name, incorrect_account_holder_tax_id, insufficient_funds, invalid_account_number, invalid_currency, no_account, or other.

    • setCode

      public void setCode(String code)
      Reason for the failure.

      One of account_closed, account_frozen, bank_account_restricted, bank_ownership_changed, debit_not_authorized, incorrect_account_holder_address, incorrect_account_holder_name, incorrect_account_holder_tax_id, insufficient_funds, invalid_account_number, invalid_currency, no_account, or other.

    • 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