@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsBuyerInformationPersonalIdentification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
Ptsv2paymentsBuyerInformationPersonalIdentification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Personal Identifier for the customer based on various type.
|
String |
getIssuedBy()
Description of this field is not available.
|
Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum |
getType()
Get type
|
int |
hashCode() |
Ptsv2paymentsBuyerInformationPersonalIdentification |
id(String id) |
Ptsv2paymentsBuyerInformationPersonalIdentification |
issuedBy(String issuedBy) |
void |
setId(String id) |
void |
setIssuedBy(String issuedBy) |
void |
setType(Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum type) |
String |
toString() |
Ptsv2paymentsBuyerInformationPersonalIdentification |
type(Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum type) |
public Ptsv2paymentsBuyerInformationPersonalIdentification()
public Ptsv2paymentsBuyerInformationPersonalIdentification type(Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum type)
public Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum getType()
public void setType(Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum 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 © 2018. All rights reserved.