Class OutboundPayment.ReturnedDetails

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

public static class OutboundPayment.ReturnedDetails extends StripeObject
  • Constructor Details

    • ReturnedDetails

      public ReturnedDetails()
  • Method Details

    • getTransaction

      public String getTransaction()
      Get ID of expandable transaction object.
    • setTransaction

      public void setTransaction(String id)
    • getTransactionObject

      public Transaction getTransactionObject()
      Get expanded transaction.
    • setTransactionObject

      public void setTransactionObject(Transaction expandableObject)
    • getCode

      public String getCode()
      Reason for the return.

      One of account_closed, account_frozen, bank_account_restricted, bank_ownership_changed, declined, incorrect_account_holder_name, invalid_account_number, invalid_currency, no_account, or other.

    • setCode

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

      One of account_closed, account_frozen, bank_account_restricted, bank_ownership_changed, declined, incorrect_account_holder_name, 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