public class Ptsv1pushfundstransferRecipientInformationPersonalIdentification extends Object
| Constructor | Description |
|---|---|
Ptsv1pushfundstransferRecipientInformationPersonalIdentification() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getId() |
The ID number/value.
|
String |
getIssuingCountry() |
Issuing country of the identification.
|
String |
getPersonalIdType() |
This tag will denote whether the tax ID is a business or individual tax ID when personal ID Type contains the value of TXIN (Tax identification).
|
String |
getType() |
This tag will contain the type of sender identification.
|
int |
hashCode() |
|
Ptsv1pushfundstransferRecipientInformationPersonalIdentification |
id(String id) |
|
Ptsv1pushfundstransferRecipientInformationPersonalIdentification |
issuingCountry(String issuingCountry) |
|
Ptsv1pushfundstransferRecipientInformationPersonalIdentification |
personalIdType(String personalIdType) |
|
void |
setId(String id) |
|
void |
setIssuingCountry(String issuingCountry) |
|
void |
setPersonalIdType(String personalIdType) |
|
void |
setType(String type) |
|
String |
toString() |
|
Ptsv1pushfundstransferRecipientInformationPersonalIdentification |
type(String type) |
public Ptsv1pushfundstransferRecipientInformationPersonalIdentification()
public Ptsv1pushfundstransferRecipientInformationPersonalIdentification id(String id)
public String getId()
public void setId(String id)
public Ptsv1pushfundstransferRecipientInformationPersonalIdentification type(String type)
public String getType()
public void setType(String type)
public Ptsv1pushfundstransferRecipientInformationPersonalIdentification issuingCountry(String issuingCountry)
public String getIssuingCountry()
public void setIssuingCountry(String issuingCountry)
public Ptsv1pushfundstransferRecipientInformationPersonalIdentification personalIdType(String personalIdType)
public String getPersonalIdType()
public void setPersonalIdType(String personalIdType)
Copyright © 2026. All rights reserved.