Skip to content

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

AvailablePlanRecord

[common]\ data class AvailablePlanRecord@JvmOverloads()constructor(planId: Int?, planName: String?, planPrice: Float?, discount: Float?, profileView: String?, profileViewCount: String?, contactView: String?, contactViewCount: String?, horoscopeDownload: String?, horoscopeDownloadCount: String?, planDurationInMonthInNumber: Int?, planDuration: String?, 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?
contactView [common]
val contactView: String?
contactViewCount [common]
val contactViewCount: String?
discount [common]
val discount: Float?
horoscopeDownload [common]
val horoscopeDownload: String?
horoscopeDownloadCount [common]
val horoscopeDownloadCount: String?
planDuration [common]
val planDuration: String?
planDurationInMonthInNumber [common]
val planDurationInMonthInNumber: Int?
planId [common]
val planId: Int?
planName [common]
val planName: String?
planPrice [common]
val planPrice: Float?
profileView [common]
val profileView: String?
profileViewCount [common]
val profileViewCount: String?