@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2creditsPointOfSaleInformationEmv extends Object
| Constructor and Description |
|---|
Ptsv2creditsPointOfSaleInformationEmv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Ptsv2creditsPointOfSaleInformationEmv |
fallback(Boolean fallback) |
Ptsv2creditsPointOfSaleInformationEmv |
fallbackCondition(BigDecimal fallbackCondition) |
Boolean |
getFallback()
Indicates whether a fallback method was used to enter credit card information into the POS terminal.
|
BigDecimal |
getFallbackCondition()
Reason for the EMV fallback transaction.
|
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 |
setFallback(Boolean fallback) |
void |
setFallbackCondition(BigDecimal fallbackCondition) |
void |
setTags(String tags) |
Ptsv2creditsPointOfSaleInformationEmv |
tags(String tags) |
String |
toString() |
public Ptsv2creditsPointOfSaleInformationEmv()
public Ptsv2creditsPointOfSaleInformationEmv tags(String tags)
public String getTags()
public void setTags(String tags)
public Ptsv2creditsPointOfSaleInformationEmv fallback(Boolean fallback)
public Boolean getFallback()
public void setFallback(Boolean fallback)
public Ptsv2creditsPointOfSaleInformationEmv fallbackCondition(BigDecimal fallbackCondition)
public BigDecimal getFallbackCondition()
public void setFallbackCondition(BigDecimal fallbackCondition)
Copyright © 2018. All rights reserved.