Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.user.mapper/PlanRecord

PlanRecord

[common]\ data class PlanRecord(planId: Int?, modeOfPayment: String?, paymentDate: Long?, planType: String?, paymentStatus: String?, planExpiredOn: Long?, planDuration: String?)

Properties

Name Summary
modeOfPayment [common]
val modeOfPayment: String?
paymentDate [common]
val paymentDate: Long?
paymentStatus [common]
val paymentStatus: String?
planDuration [common]
val planDuration: String?
planExpiredOn [common]
val planExpiredOn: Long?
planId [common]
val planId: Int?
planType [common]
val planType: String?