InstallmentPlanDetails
@Serializable
Installment plan returned by the backend.
Constructors
Link copied to clipboard
constructor(type: InstallmentPlanType? = null, count: Int? = null, interval: InstallmentPlanInterval? = null)