@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsBuyerInformationPersonalIdentification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V2paymentsBuyerInformationPersonalIdentification.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
V2paymentsBuyerInformationPersonalIdentification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Personal Identifier for the customer based on various type.
|
String |
getIssuedBy()
TBD
|
V2paymentsBuyerInformationPersonalIdentification.TypeEnum |
getType()
Get type
|
int |
hashCode() |
V2paymentsBuyerInformationPersonalIdentification |
id(String id) |
V2paymentsBuyerInformationPersonalIdentification |
issuedBy(String issuedBy) |
void |
setId(String id) |
void |
setIssuedBy(String issuedBy) |
void |
setType(V2paymentsBuyerInformationPersonalIdentification.TypeEnum type) |
String |
toString() |
V2paymentsBuyerInformationPersonalIdentification |
type(V2paymentsBuyerInformationPersonalIdentification.TypeEnum type) |
public V2paymentsBuyerInformationPersonalIdentification()
public V2paymentsBuyerInformationPersonalIdentification type(V2paymentsBuyerInformationPersonalIdentification.TypeEnum type)
public V2paymentsBuyerInformationPersonalIdentification.TypeEnum getType()
public void setType(V2paymentsBuyerInformationPersonalIdentification.TypeEnum type)
public V2paymentsBuyerInformationPersonalIdentification id(String id)
public String getId()
public void setId(String id)
public V2paymentsBuyerInformationPersonalIdentification issuedBy(String issuedBy)
public String getIssuedBy()
public void setIssuedBy(String issuedBy)
Copyright © 2018. All rights reserved.