InstallmentDetails
@Serializable
Installment details available after card collection.
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, availablePlans: List<InstallmentPlanDetails> = emptyList(), plan: InstallmentPlanDetails? = null)