@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2creditsPointOfSaleInformationEmv extends Object
| Constructor and Description |
|---|
V2creditsPointOfSaleInformationEmv() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V2creditsPointOfSaleInformationEmv |
fallback(Boolean fallback) |
V2creditsPointOfSaleInformationEmv |
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) |
V2creditsPointOfSaleInformationEmv |
tags(String tags) |
String |
toString() |
public V2creditsPointOfSaleInformationEmv tags(String tags)
public String getTags()
public void setTags(String tags)
public V2creditsPointOfSaleInformationEmv fallback(Boolean fallback)
public Boolean getFallback()
public void setFallback(Boolean fallback)
public V2creditsPointOfSaleInformationEmv fallbackCondition(BigDecimal fallbackCondition)
public BigDecimal getFallbackCondition()
public void setFallbackCondition(BigDecimal fallbackCondition)
Copyright © 2018. All rights reserved.