Package com.adyen.checkout.sessions.core
Class SessionSetupConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SessionSetupConfiguration extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<SessionSetupConfiguration>SERIALIZERprivate final BooleanenableStoreDetailsprivate final BooleanshowInstallmentAmountprivate final Map<String, SessionSetupInstallmentOptions>installmentOptionsprivate final BooleanshowRemovePaymentMethodButton
-
Constructor Summary
Constructors Constructor Description SessionSetupConfiguration(Boolean enableStoreDetails, Boolean showInstallmentAmount, Map<String, SessionSetupInstallmentOptions> installmentOptions, Boolean showRemovePaymentMethodButton)
-
Method Summary
Modifier and Type Method Description final BooleangetEnableStoreDetails()final BooleangetShowInstallmentAmount()final Map<String, SessionSetupInstallmentOptions>getInstallmentOptions()final BooleangetShowRemovePaymentMethodButton()-
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
-
getEnableStoreDetails
final Boolean getEnableStoreDetails()
-
getShowInstallmentAmount
final Boolean getShowInstallmentAmount()
-
getInstallmentOptions
final Map<String, SessionSetupInstallmentOptions> getInstallmentOptions()
-
getShowRemovePaymentMethodButton
final Boolean getShowRemovePaymentMethodButton()
-
-
-
-