Package com.adyen.checkout.sessions.core
Class SessionSetupInstallmentOptions
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SessionSetupInstallmentOptions extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<SessionSetupInstallmentOptions>SERIALIZERprivate final List<String>plansprivate final IntegerpreselectedValueprivate final List<Integer>values
-
Method Summary
Modifier and Type Method Description final List<String>getPlans()final IntegergetPreselectedValue()final List<Integer>getValues()-
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
-
-