@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsPointOfSaleInformationEmv extends Object
| Constructor and Description |
|---|
Ptsv2paymentsPointOfSaleInformationEmv() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsPointOfSaleInformationEmv |
cardholderVerificationMethod(BigDecimal cardholderVerificationMethod) |
Ptsv2paymentsPointOfSaleInformationEmv |
cardSequenceNumber(String cardSequenceNumber) |
boolean |
equals(Object o) |
Ptsv2paymentsPointOfSaleInformationEmv |
fallback(Boolean fallback) |
Ptsv2paymentsPointOfSaleInformationEmv |
fallbackCondition(BigDecimal fallbackCondition) |
BigDecimal |
getCardholderVerificationMethod()
Method that was used to verify the cardholder's identity.
|
String |
getCardSequenceNumber()
Number assigned to a specific card when two or more cards are associated with the same primary account number.
|
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 |
setCardholderVerificationMethod(BigDecimal cardholderVerificationMethod) |
void |
setCardSequenceNumber(String cardSequenceNumber) |
void |
setFallback(Boolean fallback) |
void |
setFallbackCondition(BigDecimal fallbackCondition) |
void |
setTags(String tags) |
Ptsv2paymentsPointOfSaleInformationEmv |
tags(String tags) |
String |
toString() |
public Ptsv2paymentsPointOfSaleInformationEmv()
public Ptsv2paymentsPointOfSaleInformationEmv tags(String tags)
public String getTags()
public void setTags(String tags)
public Ptsv2paymentsPointOfSaleInformationEmv cardholderVerificationMethod(BigDecimal cardholderVerificationMethod)
public BigDecimal getCardholderVerificationMethod()
public void setCardholderVerificationMethod(BigDecimal cardholderVerificationMethod)
public Ptsv2paymentsPointOfSaleInformationEmv cardSequenceNumber(String cardSequenceNumber)
public String getCardSequenceNumber()
public void setCardSequenceNumber(String cardSequenceNumber)
public Ptsv2paymentsPointOfSaleInformationEmv fallback(Boolean fallback)
public Boolean getFallback()
public void setFallback(Boolean fallback)
public Ptsv2paymentsPointOfSaleInformationEmv fallbackCondition(BigDecimal fallbackCondition)
public BigDecimal getFallbackCondition()
public void setFallbackCondition(BigDecimal fallbackCondition)
Copyright © 2018. All rights reserved.