public class BankingBillerPayee extends Object
| Constructor and Description |
|---|
BankingBillerPayee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBillerCode()
BPAY Biller Code of the Biller
|
String |
getBillerName()
Name of the Biller
|
String |
getCrn()
BPAY CRN of the Biller.
|
int |
hashCode() |
void |
setBillerCode(String billerCode) |
void |
setBillerName(String billerName) |
void |
setCrn(String crn) |
String |
toString() |
public String getBillerCode()
public void setBillerCode(String billerCode)
public String getBillerName()
public void setBillerName(String billerName)
public String getCrn()
public void setCrn(String crn)
Copyright © 2019. All rights reserved.