Class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Iban

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Iban
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress

public static class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Iban extends StripeObject
Iban Records contain E.U. bank account details per the SEPA format.
  • Constructor Details

    • Iban

      public Iban()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
    • getBic

      public String getBic()
    • getCountry

      public String getCountry()
    • getIban

      public String getIban()
    • setAccountHolderName

      public void setAccountHolderName(String accountHolderName)
    • setBic

      public void setBic(String bic)
    • setCountry

      public void setCountry(String country)
    • setIban

      public void setIban(String iban)
    • 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