@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsPointOfSaleInformationEmv extends Object
| Constructor and Description |
|---|
Ptsv2paymentsPointOfSaleInformationEmv() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsPointOfSaleInformationEmv |
cardholderVerificationMethodUsed(Integer cardholderVerificationMethodUsed) |
Ptsv2paymentsPointOfSaleInformationEmv |
cardSequenceNumber(String cardSequenceNumber) |
boolean |
equals(Object o) |
Ptsv2paymentsPointOfSaleInformationEmv |
fallback(Boolean fallback) |
Ptsv2paymentsPointOfSaleInformationEmv |
fallbackCondition(Integer fallbackCondition) |
Integer |
getCardholderVerificationMethodUsed()
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.
|
Integer |
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 |
setCardholderVerificationMethodUsed(Integer cardholderVerificationMethodUsed) |
void |
setCardSequenceNumber(String cardSequenceNumber) |
void |
setFallback(Boolean fallback) |
void |
setFallbackCondition(Integer 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 cardholderVerificationMethodUsed(Integer cardholderVerificationMethodUsed)
public Integer getCardholderVerificationMethodUsed()
public void setCardholderVerificationMethodUsed(Integer cardholderVerificationMethodUsed)
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(Integer fallbackCondition)
public Integer getFallbackCondition()
public void setFallbackCondition(Integer fallbackCondition)
Copyright © 2020. All rights reserved.