@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+05:30") public class TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication |
delegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator) |
boolean |
equals(Object o) |
String |
getDelegatedAuthenticationExemptionIndicator()
This field will contain the delegated authentication exemption indicator with one of the following values: Possible values: - `0` (delegated Authentication exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as authentication has been delegated to other provider (PSP,Acquirer))
|
String |
getLowValueExemptionIndicator()
This field will contain the low value exemption indicator with one of the following values: Possible values: - `0` ( low value exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it to be a low value payment)
|
String |
getRiskAnalysisExemptionIndicator()
This field will contain the transaction risk analysis exemption indicator with one of the following values: Possible values: - `0` (TRA exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it to be low risk in accordance with the criteria defined by PSD2/RTS)
|
String |
getSecureCorporatePaymentIndicator()
This field will contain the secure corporate payment exemption indicator with one of the following values: Possible values: - `0` (SCA exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it as a secure corporate payment)
|
String |
getTrustedMerchantExemptionIndicator()
Possible values: - `0` (Trusted merchant exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as it originated at a merchant trusted by the cardholder)
|
int |
hashCode() |
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication |
lowValueExemptionIndicator(String lowValueExemptionIndicator) |
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication |
riskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator) |
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication |
secureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) |
void |
setDelegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator) |
void |
setLowValueExemptionIndicator(String lowValueExemptionIndicator) |
void |
setRiskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator) |
void |
setSecureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) |
void |
setTrustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator) |
String |
toString() |
TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication |
trustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator) |
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication()
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication lowValueExemptionIndicator(String lowValueExemptionIndicator)
public String getLowValueExemptionIndicator()
public void setLowValueExemptionIndicator(String lowValueExemptionIndicator)
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication riskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator)
public String getRiskAnalysisExemptionIndicator()
public void setRiskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator)
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication trustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator)
public String getTrustedMerchantExemptionIndicator()
public void setTrustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator)
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication secureCorporatePaymentIndicator(String secureCorporatePaymentIndicator)
public String getSecureCorporatePaymentIndicator()
public void setSecureCorporatePaymentIndicator(String secureCorporatePaymentIndicator)
public TssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication delegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator)
public String getDelegatedAuthenticationExemptionIndicator()
public void setDelegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator)
Copyright © 2022. All rights reserved.