-
public class PayU3DS2BaseConfig
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisProductionprivate LongmerchantResponseTimeout
-
Constructor Summary
Constructors Constructor Description PayU3DS2BaseConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetIsProduction()final UnitsetIsProduction(Boolean isProduction)final LonggetMerchantResponseTimeout()final UnitsetMerchantResponseTimeout(Long merchantResponseTimeout)-
-
Method Detail
-
getIsProduction
final Boolean getIsProduction()
-
setIsProduction
final Unit setIsProduction(Boolean isProduction)
-
getMerchantResponseTimeout
final Long getMerchantResponseTimeout()
-
setMerchantResponseTimeout
final Unit setMerchantResponseTimeout(Long merchantResponseTimeout)
-
-
-
-