Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.plan.mapper/ActivePlanRecord

ActivePlanRecord

[common]\ data class ActivePlanRecord@JvmOverloads()constructor(planId: Int?, planName: String?, planPrice: Float?, discount: Float?, activePlanId: Int?, activePlanStatus: String?, activePlanState: String?, activePlanExpiredOn: Long?)

Properties

Name Summary
activePlanExpiredOn [common]
val activePlanExpiredOn: Long?
activePlanId [common]
val activePlanId: Int?
activePlanState [common]
val activePlanState: String?
activePlanStatus [common]
val activePlanStatus: String?
discount [common]
val discount: Float?
planId [common]
val planId: Int?
planName [common]
val planName: String?
planPrice [common]
val planPrice: Float?