@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class PaymentinstrumentsBuyerInformationPersonalIdentification extends Object
| Constructor and Description |
|---|
PaymentinstrumentsBuyerInformationPersonalIdentification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Identification Number.
|
PaymentinstrumentsBuyerInformationIssuedBy |
getIssuedBy()
Get issuedBy
|
String |
getType()
Type of personal identification.
|
int |
hashCode() |
PaymentinstrumentsBuyerInformationPersonalIdentification |
id(String id) |
PaymentinstrumentsBuyerInformationPersonalIdentification |
issuedBy(PaymentinstrumentsBuyerInformationIssuedBy issuedBy) |
void |
setId(String id) |
void |
setIssuedBy(PaymentinstrumentsBuyerInformationIssuedBy issuedBy) |
void |
setType(String type) |
String |
toString() |
PaymentinstrumentsBuyerInformationPersonalIdentification |
type(String type) |
public PaymentinstrumentsBuyerInformationPersonalIdentification()
public PaymentinstrumentsBuyerInformationPersonalIdentification id(String id)
public String getId()
public void setId(String id)
public PaymentinstrumentsBuyerInformationPersonalIdentification type(String type)
public String getType()
public void setType(String type)
public PaymentinstrumentsBuyerInformationPersonalIdentification issuedBy(PaymentinstrumentsBuyerInformationIssuedBy issuedBy)
public PaymentinstrumentsBuyerInformationIssuedBy getIssuedBy()
public void setIssuedBy(PaymentinstrumentsBuyerInformationIssuedBy issuedBy)
Copyright © 2018. All rights reserved.