-
public final class PayU3DS2Config extends PayU3DS2BaseConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Booleanfallback3DS1private UICustomisationuiCustomisationprivate BooleanauthenticateOnlyprivate BooleanautoReadprivate BooleanautoSubmitprivate <ERROR CLASS><String>supportedUIModeprivate StringmerchantNameprivate Stringamountprivate PayUCurrencycurrencyprivate BooleanenableCustomizedOtpUIFlowprivate BooleanenableTxnTimeoutTimerprivate ACSContentConfigacsContentConfigprivate BooleanenableMFAViaBiometricprivate BooleanisProductionprivate LongmerchantResponseTimeout
-
Constructor Summary
Constructors Constructor Description PayU3DS2Config()
-
Method Summary
-
-
Method Detail
-
getFallback3DS1
final Boolean getFallback3DS1()
-
setFallback3DS1
final Unit setFallback3DS1(Boolean fallback3DS1)
-
getUiCustomisation
final UICustomisation getUiCustomisation()
-
setUiCustomisation
final Unit setUiCustomisation(UICustomisation uiCustomisation)
-
getAuthenticateOnly
final Boolean getAuthenticateOnly()
-
setAuthenticateOnly
final Unit setAuthenticateOnly(Boolean authenticateOnly)
-
getAutoRead
final Boolean getAutoRead()
-
setAutoRead
final Unit setAutoRead(Boolean autoRead)
-
getAutoSubmit
final Boolean getAutoSubmit()
-
setAutoSubmit
final Unit setAutoSubmit(Boolean autoSubmit)
-
getSupportedUIMode
final <ERROR CLASS><String> getSupportedUIMode()
-
setSupportedUIMode
final Unit )>setSupportedUIMode(<ERROR CLASS><String> supportedUIMode)
-
getMerchantName
final String getMerchantName()
-
setMerchantName
final Unit setMerchantName(String merchantName)
-
getCurrency
final PayUCurrency getCurrency()
-
setCurrency
final Unit setCurrency(PayUCurrency currency)
-
getEnableCustomizedOtpUIFlow
final Boolean getEnableCustomizedOtpUIFlow()
-
setEnableCustomizedOtpUIFlow
final Unit setEnableCustomizedOtpUIFlow(Boolean enableCustomizedOtpUIFlow)
-
getEnableTxnTimeoutTimer
final Boolean getEnableTxnTimeoutTimer()
-
setEnableTxnTimeoutTimer
final Unit setEnableTxnTimeoutTimer(Boolean enableTxnTimeoutTimer)
-
getAcsContentConfig
final ACSContentConfig getAcsContentConfig()
-
setAcsContentConfig
final Unit setAcsContentConfig(ACSContentConfig acsContentConfig)
-
getEnableMFAViaBiometric
final Boolean getEnableMFAViaBiometric()
-
setEnableMFAViaBiometric
final Unit setEnableMFAViaBiometric(Boolean enableMFAViaBiometric)
-
getIsProduction
final Boolean getIsProduction()
-
setIsProduction
final Unit setIsProduction(Boolean isProduction)
-
getMerchantResponseTimeout
final Long getMerchantResponseTimeout()
-
setMerchantResponseTimeout
final Unit setMerchantResponseTimeout(Long merchantResponseTimeout)
-
setDefaultProgressLoader
final Unit setDefaultProgressLoader(Boolean showDefaultLoader, String defaultProgressLoaderColor)
if this value is passed by merchant we will show custom progress instead of full screen PayU progress
-
-
-
-