Package com.adyen.checkout.card
Class InstallmentOptions.DefaultInstallmentOptions
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class InstallmentOptions.DefaultInstallmentOptions extends InstallmentOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>valuesprivate final BooleanincludeRevolving
-
Constructor Summary
Constructors Constructor Description InstallmentOptions.DefaultInstallmentOptions(Integer maxInstallments, Boolean includeRevolving)InstallmentOptions.DefaultInstallmentOptions(List<Integer> values, Boolean includeRevolving)
-
Method Summary
Modifier and Type Method Description List<Integer>getValues()BooleangetIncludeRevolving()-
-
Constructor Detail
-
InstallmentOptions.DefaultInstallmentOptions
InstallmentOptions.DefaultInstallmentOptions(Integer maxInstallments, Boolean includeRevolving)
- Parameters:
maxInstallments- Maximum number of installmentsCreates a DefaultInstallmentOptions instance with values in range 2, maxInstallments
-
InstallmentOptions.DefaultInstallmentOptions
InstallmentOptions.DefaultInstallmentOptions(List<Integer> values, Boolean includeRevolving)
- Parameters:
values- see InstallmentOptions.valuesincludeRevolving- see InstallmentOptions.includeRevolving
-
-
Method Detail
-
getIncludeRevolving
Boolean getIncludeRevolving()
-
-
-
-