Class ReceivedCredit.BankTransfer.SepaBankAccount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer.SepaBankAccount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedCredit.BankTransfer

public static class ReceivedCredit.BankTransfer.SepaBankAccount extends StripeObject
Hash containing the transaction bank details. Present if origin_type field value is sepa_bank_account.
  • Constructor Details

    • SepaBankAccount

      public SepaBankAccount()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
      The account holder name of the bank account the transfer was received from.
    • getBankName

      public String getBankName()
      The bank name the transfer was received from.
    • getBic

      public String getBic()
      The BIC of the SEPA account.
    • getCountry

      public String getCountry()
      The origination country of the bank transfer.
    • getIban

      public String getIban()
      The IBAN that originated the transfer.
    • getNetwork

      public String getNetwork()
      The money transmission network used to send funds for this ReceivedCredit.

      Equal to sepa_credit_transfer.

    • setAccountHolderName

      public void setAccountHolderName(String accountHolderName)
      The account holder name of the bank account the transfer was received from.
    • setBankName

      public void setBankName(String bankName)
      The bank name the transfer was received from.
    • setBic

      public void setBic(String bic)
      The BIC of the SEPA account.
    • setCountry

      public void setCountry(String country)
      The origination country of the bank transfer.
    • setIban

      public void setIban(String iban)
      The IBAN that originated the transfer.
    • setNetwork

      public void setNetwork(String network)
      The money transmission network used to send funds for this ReceivedCredit.

      Equal to sepa_credit_transfer.

    • 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