@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication extends Object
| Constructor and Description |
|---|
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
authenticationIndicator(String authenticationIndicator) |
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
delegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator) |
boolean |
equals(Object o) |
String |
getAuthenticationIndicator()
Indicates the type of Authentication request 01 - Payment transaction 02 - Recurring transaction 03 - Installment transaction 04 - Add card 05 - Maintain card 06 - Cardholder verification as part of EMV token ID and V
|
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() |
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
lowValueExemptionIndicator(String lowValueExemptionIndicator) |
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
riskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator) |
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
secureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) |
void |
setAuthenticationIndicator(String authenticationIndicator) |
void |
setDelegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator) |
void |
setLowValueExemptionIndicator(String lowValueExemptionIndicator) |
void |
setRiskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator) |
void |
setSecureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) |
void |
setTrustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator) |
String |
toString() |
Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication |
trustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator) |
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication()
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication lowValueExemptionIndicator(String lowValueExemptionIndicator)
public String getLowValueExemptionIndicator()
public void setLowValueExemptionIndicator(String lowValueExemptionIndicator)
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication riskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator)
public String getRiskAnalysisExemptionIndicator()
public void setRiskAnalysisExemptionIndicator(String riskAnalysisExemptionIndicator)
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication trustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator)
public String getTrustedMerchantExemptionIndicator()
public void setTrustedMerchantExemptionIndicator(String trustedMerchantExemptionIndicator)
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication secureCorporatePaymentIndicator(String secureCorporatePaymentIndicator)
public String getSecureCorporatePaymentIndicator()
public void setSecureCorporatePaymentIndicator(String secureCorporatePaymentIndicator)
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication delegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator)
public String getDelegatedAuthenticationExemptionIndicator()
public void setDelegatedAuthenticationExemptionIndicator(String delegatedAuthenticationExemptionIndicator)
public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication authenticationIndicator(String authenticationIndicator)
public String getAuthenticationIndicator()
public void setAuthenticationIndicator(String authenticationIndicator)
Copyright © 2020. All rights reserved.