@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsBuyerInformationPersonalIdentification extends Object
| Constructor and Description |
|---|
Ptsv2paymentsBuyerInformationPersonalIdentification() |
| Modifier and Type | Method and 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.
|
int |
hashCode() |
Ptsv2paymentsBuyerInformationPersonalIdentification |
id(String id) |
Ptsv2paymentsBuyerInformationPersonalIdentification |
issuedBy(String issuedBy) |
void |
setId(String id) |
void |
setIssuedBy(String issuedBy) |
void |
setType(String type) |
String |
toString() |
Ptsv2paymentsBuyerInformationPersonalIdentification |
type(String type) |
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)
Copyright © 2020. All rights reserved.