@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv |
chipValidationResult(String chipValidationResult) |
PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv |
chipValidationType(String chipValidationType) |
boolean |
equals(Object o) |
String |
getChipValidationResult()
Cryptogram validation results returned by the entity or service specified in `chipValidationType`.
|
String |
getChipValidationType()
Entity or service that provided the validation results returned in `chipValidationResult`.
|
String |
getTags()
EMV data that is transmitted from the chip card to the issuer, and from the issuer to the chip card.
|
int |
hashCode() |
void |
setChipValidationResult(String chipValidationResult) |
void |
setChipValidationType(String chipValidationType) |
void |
setTags(String tags) |
PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv |
tags(String tags) |
String |
toString() |
public PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv()
public PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv tags(String tags)
public String getTags()
public void setTags(String tags)
public PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv chipValidationType(String chipValidationType)
public String getChipValidationType()
public void setChipValidationType(String chipValidationType)
public PtsV2PaymentsPost201ResponsePointOfSaleInformationEmv chipValidationResult(String chipValidationResult)
public String getChipValidationResult()
public void setChipValidationResult(String chipValidationResult)
Copyright © 2020. All rights reserved.