@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") public class Ptsv2paymentsBuyerInformationPersonalIdentification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum
The type of the indentification.
|
| 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()
If type = DRIVER_LICENSE, this is the State or province where the customer’s driver’s license was issued.
|
Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum |
getType()
The type of the indentification.
|
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 © 2019. All rights reserved.