Class Configuration
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Configuration extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<Configuration>SERIALIZERprivate StringmerchantIdprivate StringgatewayMerchantIdprivate Stringintentprivate StringkoreanAuthenticationRequiredprivate StringclientIdprivate StringscopeId
-
Method Summary
Modifier and Type Method Description final StringgetMerchantId()final UnitsetMerchantId(String merchantId)final StringgetGatewayMerchantId()final UnitsetGatewayMerchantId(String gatewayMerchantId)final StringgetIntent()final UnitsetIntent(String intent)final StringgetKoreanAuthenticationRequired()final UnitsetKoreanAuthenticationRequired(String koreanAuthenticationRequired)final StringgetClientId()final UnitsetClientId(String clientId)final StringgetScopeId()final UnitsetScopeId(String scopeId)-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMerchantId
final String getMerchantId()
-
setMerchantId
final Unit setMerchantId(String merchantId)
-
getGatewayMerchantId
final String getGatewayMerchantId()
-
setGatewayMerchantId
final Unit setGatewayMerchantId(String gatewayMerchantId)
-
getKoreanAuthenticationRequired
final String getKoreanAuthenticationRequired()
-
setKoreanAuthenticationRequired
final Unit setKoreanAuthenticationRequired(String koreanAuthenticationRequired)
-
getClientId
final String getClientId()
-
setClientId
final Unit setClientId(String clientId)
-
getScopeId
final String getScopeId()
-
setScopeId
final Unit setScopeId(String scopeId)
-
-
-
-