-
public final class PayUUPIBoltConfigSDKInitParams class for params in sdk initialization
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmerchantKeyprivate Stringemailprivate BooleanisProductionprivate final List<PluginType>pluginTypesprivate StringrefIdprivate final List<String>issuingBanksprivate final ApiFailedCallbackapiFailureCallback
-
Method Summary
Modifier and Type Method Description final StringgetMerchantKey()final StringgetEmail()final UnitsetEmail(String email)final BooleangetIsProduction()final UnitsetIsProduction(Boolean isProduction)final List<PluginType>getPluginTypes()final StringgetRefId()final UnitsetRefId(String refId)final List<String>getIssuingBanks()final ApiFailedCallbackgetApiFailureCallback()-
-
Method Detail
-
getMerchantKey
final String getMerchantKey()
-
getIsProduction
final Boolean getIsProduction()
-
setIsProduction
final Unit setIsProduction(Boolean isProduction)
-
getPluginTypes
final List<PluginType> getPluginTypes()
-
getIssuingBanks
final List<String> getIssuingBanks()
-
getApiFailureCallback
final ApiFailedCallback getApiFailureCallback()
-
-
-
-