public class CustomerBankAccount extends Object
| Constructor and Description |
|---|
CustomerBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountHolderName()
Name of account holder
|
String |
getBic()
Bank Identification Code
|
String |
getIban()
The IBAN is the International Bank Account Number.
|
void |
setAccountHolderName(String value)
Name of account holder
|
void |
setBic(String value)
Bank Identification Code
|
void |
setIban(String value)
The IBAN is the International Bank Account Number.
|
CustomerBankAccount |
withAccountHolderName(String value)
Name of account holder
|
CustomerBankAccount |
withBic(String value)
Bank Identification Code
|
CustomerBankAccount |
withIban(String value)
The IBAN is the International Bank Account Number.
|
public String getAccountHolderName()
public void setAccountHolderName(String value)
public CustomerBankAccount withAccountHolderName(String value)
public String getBic()
public void setBic(String value)
public CustomerBankAccount withBic(String value)
public String getIban()
public void setIban(String value)
public CustomerBankAccount withIban(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.