Class BankAccountTransferType

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BankAccountTransferType

public class BankAccountTransferType extends Object
Details of a bank account
  • Constructor Details

    • BankAccountTransferType

      public BankAccountTransferType()
  • Method Details

    • accountNumber

      public BankAccountTransferType accountNumber(String accountNumber)
    • getAccountNumber

      @NotNull public @NotNull String getAccountNumber()
      Bank Account Number (this could refer to the IBAN or SWIFT number)
      Returns:
      accountNumber
    • setAccountNumber

      public void setAccountNumber(String accountNumber)
    • accountNumberType

      public BankAccountTransferType accountNumberType(String accountNumberType)
    • getAccountNumberType

      @NotNull public @NotNull String getAccountNumberType()
      Type of account number (e.g.: IBAN, SWIFT, ...)
      Returns:
      accountNumberType
    • setAccountNumberType

      public void setAccountNumberType(String accountNumberType)
    • BIC

      public BankAccountTransferType BIC(String BIC)
    • getBIC

      public String getBIC()
      Business Identifier Code/Swift code of the financial institution where the account is located
      Returns:
      BIC
    • setBIC

      public void setBIC(String BIC)
    • owner

      public BankAccountTransferType owner(String owner)
    • getOwner

      public String getOwner()
      Owner of the bank account
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • bank

      public BankAccountTransferType bank(String bank)
    • getBank

      public String getBank()
      Screen name of the bank
      Returns:
      bank
    • setBank

      public void setBank(String bank)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object