public class Ptsv2paymentsBuyerInformationPersonalIdentification extends Object
| Constructor | Description |
|---|---|
Ptsv2paymentsBuyerInformationPersonalIdentification() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getId() |
The value of the identification type.
|
String |
getIssuedBy() |
The government agency that issued the driver's license or passport.
|
String |
getType() |
The type of the identification.
|
String |
getVerificationResults() |
Verification results received from Issuer or Card Network for verification transactions.
|
int |
hashCode() |
|
Ptsv2paymentsBuyerInformationPersonalIdentification |
id(String id) |
|
Ptsv2paymentsBuyerInformationPersonalIdentification |
issuedBy(String issuedBy) |
|
void |
setId(String id) |
|
void |
setIssuedBy(String issuedBy) |
|
void |
setType(String type) |
|
void |
setVerificationResults(String verificationResults) |
|
String |
toString() |
|
Ptsv2paymentsBuyerInformationPersonalIdentification |
type(String type) |
|
Ptsv2paymentsBuyerInformationPersonalIdentification |
verificationResults(String verificationResults) |
public Ptsv2paymentsBuyerInformationPersonalIdentification()
public Ptsv2paymentsBuyerInformationPersonalIdentification type(String type)
public String getType()
public void setType(String type)
public Ptsv2paymentsBuyerInformationPersonalIdentification id(String id)
public String getId()
public void setId(String id)
public Ptsv2paymentsBuyerInformationPersonalIdentification issuedBy(String issuedBy)
public String getIssuedBy()
public void setIssuedBy(String issuedBy)
public Ptsv2paymentsBuyerInformationPersonalIdentification verificationResults(String verificationResults)
public String getVerificationResults()
public void setVerificationResults(String verificationResults)
Copyright © 2026. All rights reserved.