public class BankingAuthorisedEntity extends Object
| Constructor and Description |
|---|
BankingAuthorisedEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAbn()
Australian Business Number for the authorised entity
|
String |
getAcn()
Australian Company Number for the authorised entity
|
String |
getArbn()
Australian Registered Body Number for the authorised entity
|
String |
getDescription()
Description of the authorised entity derived from previously executed direct debits
|
String |
getFinancialInstitution()
Name of the financial institution through which the direct debit will be executed.
|
int |
hashCode() |
void |
setAbn(String abn) |
void |
setAcn(String acn) |
void |
setArbn(String arbn) |
void |
setDescription(String description) |
void |
setFinancialInstitution(String financialInstitution) |
String |
toString() |
public String getAbn()
public void setAbn(String abn)
public String getAcn()
public void setAcn(String acn)
public String getArbn()
public void setArbn(String arbn)
public String getDescription()
public void setDescription(String description)
public String getFinancialInstitution()
public void setFinancialInstitution(String financialInstitution)
Copyright © 2019. All rights reserved.