MPInstallment

data class MPInstallment(val minInstallments: Int = DEFAULT_INSTALLMENT_MIN, val maxInstallments: Int = DEFAULT_INSTALLMENT_MAX) : Parcelable

MPInstallment class, used to configure the installments

Parameters

minInstallments

Int

maxInstallments

Int

Constructors

Link copied to clipboard
constructor(minInstallments: Int = DEFAULT_INSTALLMENT_MIN, maxInstallments: Int = DEFAULT_INSTALLMENT_MAX)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)