Class BankAccountDebitType

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

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class BankAccountDebitType extends Object
Details of a bank account
  • Constructor Details

    • BankAccountDebitType

      public BankAccountDebitType()
  • Method Details

    • accountNumber

      public BankAccountDebitType 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 BankAccountDebitType 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 BankAccountDebitType 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 BankAccountDebitType owner(String owner)
    • getOwner

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

      public void setOwner(String owner)
    • bank

      public BankAccountDebitType 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