public class BankingPayee extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingPayee.Type |
| Constructor and Description |
|---|
BankingPayee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
java.time.LocalDate |
getCreationDate()
The date the payee was created by the customer
|
String |
getDescription()
A description of the payee provided by the customer
|
String |
getNickname()
The short display name of the payee as provided by the customer
|
String |
getPayeeId()
ID of the payee adhering to the rules of ID permanence
|
BankingPayee.Type |
getType()
Get type
|
int |
hashCode() |
void |
setCreationDate(java.time.LocalDate creationDate) |
void |
setDescription(String description) |
void |
setNickname(String nickname) |
void |
setPayeeId(String payeeId) |
void |
setType(BankingPayee.Type type) |
String |
toString() |
public java.time.LocalDate getCreationDate()
public void setCreationDate(java.time.LocalDate creationDate)
public String getDescription()
public void setDescription(String description)
public String getNickname()
public void setNickname(String nickname)
public String getPayeeId()
public void setPayeeId(String payeeId)
public BankingPayee.Type getType()
public void setType(BankingPayee.Type type)
Copyright © 2019. All rights reserved.