@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-04-09T11:41:34.789+05:30") public class PersonalIdentification extends Object
| Constructor and Description |
|---|
PersonalIdentification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Customer's identification number.
|
TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy |
getIssuedBy()
Get issuedBy
|
String |
getType()
Type of personal identification.
|
int |
hashCode() |
PersonalIdentification |
id(String id) |
PersonalIdentification |
issuedBy(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy issuedBy) |
void |
setId(String id) |
void |
setIssuedBy(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy issuedBy) |
void |
setType(String type) |
String |
toString() |
PersonalIdentification |
type(String type) |
public PersonalIdentification id(String id)
public String getId()
public void setId(String id)
public PersonalIdentification type(String type)
public String getType()
public void setType(String type)
public PersonalIdentification issuedBy(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy issuedBy)
public TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy getIssuedBy()
public void setIssuedBy(TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedBuyerInformationIssuedBy issuedBy)
Copyright © 2020. All rights reserved.