Class BankTransferFailure

java.lang.Object
com.plaid.client.model.BankTransferFailure

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class BankTransferFailure
extends java.lang.Object
The failure reason if the type of this transfer is `\"failed\"` or `\"reversed\"`. Null value otherwise.
  • Field Details

  • Constructor Details

  • Method Details

    • achReturnCode

      public BankTransferFailure achReturnCode​(java.lang.String achReturnCode)
    • getAchReturnCode

      @Nullable public java.lang.String getAchReturnCode()
      The ACH return code, e.g. `R01`. A return code will be provided if and only if the transfer status is `reversed`. For a full listing of ACH return codes, see [Bank Transfers errors](https://plaid.com/docs/errors/bank-transfers/#ach-return-codes).
      Returns:
      achReturnCode
    • setAchReturnCode

      public void setAchReturnCode​(java.lang.String achReturnCode)
    • description

      public BankTransferFailure description​(java.lang.String description)
    • getDescription

      @Nullable public java.lang.String getDescription()
      A human-readable description of the reason for the failure or reversal.
      Returns:
      description
    • setDescription

      public void setDescription​(java.lang.String description)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object