public class TrustlyBankAccount extends Object
Constructor and Description |
---|
TrustlyBankAccount() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountLastDigits()
The last digits of the account number
|
String |
getBankName()
The name of the bank
|
String |
getClearinghouse()
The country of the clearing house
|
String |
getPersonIdentificationNumber()
The ID number of the account holder
|
void |
setAccountLastDigits(String value)
The last digits of the account number
|
void |
setBankName(String value)
The name of the bank
|
void |
setClearinghouse(String value)
The country of the clearing house
|
void |
setPersonIdentificationNumber(String value)
The ID number of the account holder
|
public String getAccountLastDigits()
public void setAccountLastDigits(String value)
public String getBankName()
public void setBankName(String value)
public String getClearinghouse()
public void setClearinghouse(String value)
public String getPersonIdentificationNumber()
public void setPersonIdentificationNumber(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.