Class BankAccountTransferType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BankAccountTransferType
Details of a bank account
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountNumber(String accountNumber) accountNumberType(String accountNumberType) boolean@NotNull StringBank Account Number (this could refer to the IBAN or SWIFT number)@NotNull StringType of account number (e.g.: IBAN, SWIFT, ...)getBank()Screen name of the bankgetBIC()Business Identifier Code/Swift code of the financial institution where the account is locatedgetOwner()Owner of the bank accountinthashCode()voidsetAccountNumber(String accountNumber) voidsetAccountNumberType(String accountNumberType) voidvoidvoidtoString()
-
Constructor Details
-
BankAccountTransferType
public BankAccountTransferType()
-
-
Method Details
-
accountNumber
-
getAccountNumber
Bank Account Number (this could refer to the IBAN or SWIFT number)- Returns:
- accountNumber
-
setAccountNumber
-
accountNumberType
-
getAccountNumberType
Type of account number (e.g.: IBAN, SWIFT, ...)- Returns:
- accountNumberType
-
setAccountNumberType
-
BIC
-
getBIC
Business Identifier Code/Swift code of the financial institution where the account is located- Returns:
- BIC
-
setBIC
-
owner
-
getOwner
Owner of the bank account- Returns:
- owner
-
setOwner
-
bank
-
getBank
Screen name of the bank- Returns:
- bank
-
setBank
-
equals
-
hashCode
public int hashCode() -
toString
-