public class BankingAccountDetail extends BankingAccount
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingAccountDetail.SpecificAccountUType |
BankingAccount.OpenStatus| Constructor and Description |
|---|
BankingAccountDetail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountNumber()
The unmasked account number for the account.
|
List<CommonPhysicalAddress> |
getAddresses()
The addresses for the account to be used for correspondence
|
String |
getBsb()
The unmasked BSB for the account.
|
String |
getBundleName()
Optional field to indicate if this account is part of a bundle that is providing additional benefit for to the customer
|
BankingCreditCardAccount |
getCreditCard()
Get creditCard
|
String |
getDepositRate()
current rate to calculate interest earned being applied to deposit balances as it stands at the time of the API call
|
List<BankingProductDepositRate> |
getDepositRates()
Fully described deposit rates for this account based on the equivalent structure in Product Reference
|
List<Object> |
getFeatures()
Array of features of the account based on the equivalent structure in Product Reference with the following additional field
|
List<BankingProductFee> |
getFees()
Fees and charges applicable to the account based on the equivalent structure in Product Reference
|
String |
getLendingRate()
The current rate to calculate interest payable being applied to lending balances as it stands at the time of the API call
|
List<BankingProductLendingRate> |
getLendingRates()
Fully described deposit rates for this account based on the equivalent structure in Product Reference
|
BankingLoanAccount |
getLoan()
Get loan
|
BankingAccountDetail.SpecificAccountUType |
getSpecificAccountUType()
Get specificAccountUType
|
BankingTermDepositAccount |
getTermDeposit()
Get termDeposit
|
int |
hashCode() |
void |
setAccountNumber(String accountNumber) |
void |
setAddresses(List<CommonPhysicalAddress> addresses) |
void |
setBsb(String bsb) |
void |
setBundleName(String bundleName) |
void |
setCreditCard(BankingCreditCardAccount creditCard) |
void |
setDepositRate(String depositRate) |
void |
setDepositRates(List<BankingProductDepositRate> depositRates) |
void |
setFeatures(List<Object> features) |
void |
setFees(List<BankingProductFee> fees) |
void |
setLendingRate(String lendingRate) |
void |
setLendingRates(List<BankingProductLendingRate> lendingRates) |
void |
setLoan(BankingLoanAccount loan) |
void |
setSpecificAccountUType(BankingAccountDetail.SpecificAccountUType specificAccountUType) |
void |
setTermDeposit(BankingTermDepositAccount termDeposit) |
String |
toString() |
getAccountId, getCreationDate, getDisplayName, getIsOwned, getMaskedNumber, getNickname, getOpenStatus, getProductCategory, getProductName, setAccountId, setCreationDate, setDisplayName, setIsOwned, setMaskedNumber, setNickname, setOpenStatus, setProductCategory, setProductNamepublic String getAccountNumber()
public void setAccountNumber(String accountNumber)
public List<CommonPhysicalAddress> getAddresses()
public void setAddresses(List<CommonPhysicalAddress> addresses)
public String getBsb()
public void setBsb(String bsb)
public String getBundleName()
public void setBundleName(String bundleName)
public BankingCreditCardAccount getCreditCard()
public void setCreditCard(BankingCreditCardAccount creditCard)
public String getDepositRate()
public void setDepositRate(String depositRate)
public List<BankingProductDepositRate> getDepositRates()
public void setDepositRates(List<BankingProductDepositRate> depositRates)
public List<Object> getFeatures()
public List<BankingProductFee> getFees()
public void setFees(List<BankingProductFee> fees)
public String getLendingRate()
public void setLendingRate(String lendingRate)
public List<BankingProductLendingRate> getLendingRates()
public void setLendingRates(List<BankingProductLendingRate> lendingRates)
public BankingLoanAccount getLoan()
public void setLoan(BankingLoanAccount loan)
public BankingAccountDetail.SpecificAccountUType getSpecificAccountUType()
public void setSpecificAccountUType(BankingAccountDetail.SpecificAccountUType specificAccountUType)
public BankingTermDepositAccount getTermDeposit()
public void setTermDeposit(BankingTermDepositAccount termDeposit)
public boolean equals(Object o)
equals in class BankingAccountpublic int hashCode()
hashCode in class BankingAccountpublic String toString()
toString in class BankingAccountCopyright © 2019. All rights reserved.