InstallmentPlanDetails

@Serializable
data class InstallmentPlanDetails(val type: InstallmentPlanType? = null, val count: Int? = null, val interval: InstallmentPlanInterval? = null) : Serializable

Installment plan returned by the backend.

Constructors

Link copied to clipboard
constructor(type: InstallmentPlanType? = null, count: Int? = null, interval: InstallmentPlanInterval? = null)

Properties

Link copied to clipboard
val count: Int? = null
Link copied to clipboard
Link copied to clipboard