-
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 BooleanisProductionprivate LongmerchantResponseTimeout
-
Constructor Summary
Constructors Constructor Description PayU3DS2Config()
-
Method Summary
Modifier and Type Method Description final BooleangetFallback3DS1()final UnitsetFallback3DS1(Boolean fallback3DS1)final UICustomisationgetUiCustomisation()final UnitsetUiCustomisation(UICustomisation uiCustomisation)final BooleangetAuthenticateOnly()final UnitsetAuthenticateOnly(Boolean authenticateOnly)final BooleangetAutoRead()final UnitsetAutoRead(Boolean autoRead)final BooleangetAutoSubmit()final UnitsetAutoSubmit(Boolean autoSubmit)final <ERROR CLASS><String>getSupportedUIMode()final Unit)>setSupportedUIMode(<ERROR CLASS><String> supportedUIMode)final StringgetMerchantName()final UnitsetMerchantName(String merchantName)final StringgetAmount()final UnitsetAmount(String amount)final PayUCurrencygetCurrency()final UnitsetCurrency(PayUCurrency currency)final BooleangetEnableCustomizedOtpUIFlow()final UnitsetEnableCustomizedOtpUIFlow(Boolean enableCustomizedOtpUIFlow)final BooleangetEnableTxnTimeoutTimer()final UnitsetEnableTxnTimeoutTimer(Boolean enableTxnTimeoutTimer)final ACSContentConfiggetAcsContentConfig()final UnitsetAcsContentConfig(ACSContentConfig acsContentConfig)final BooleangetIsProduction()final UnitsetIsProduction(Boolean isProduction)final LonggetMerchantResponseTimeout()final UnitsetMerchantResponseTimeout(Long merchantResponseTimeout)final UnitsetDefaultProgressLoader(Boolean showDefaultLoader, String defaultProgressLoaderColor)if this value is passed by merchant we will show custom progress instead of full screen PayU progress StringtoString()-
-
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)
-
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
-
-
-
-