public class BankingDomesticPayeePayId extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingDomesticPayeePayId.Type |
| Constructor and Description |
|---|
BankingDomesticPayeePayId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIdentifier()
The identifier of the PayID (dependent on type)
|
String |
getName()
The name assigned to the PayID by the owner of the PayID
|
BankingDomesticPayeePayId.Type |
getType()
Get type
|
int |
hashCode() |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
void |
setType(BankingDomesticPayeePayId.Type type) |
String |
toString() |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getName()
public void setName(String name)
public BankingDomesticPayeePayId.Type getType()
public void setType(BankingDomesticPayeePayId.Type type)
Copyright © 2019. All rights reserved.