Skip to content

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

Package com.woualabs.matrimony.plan.mapper

Types

Name Summary
ActivePlanRecord [common]
data class ActivePlanRecord@JvmOverloads()constructor(planId: Int?, planName: String?, planPrice: Float?, discount: Float?, activePlanId: Int?, activePlanStatus: String?, activePlanState: String?, activePlanExpiredOn: Long?)
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?)
Plan [common]
data class Plan(id: Int?, name: String?)
PlanMapper [common]
object PlanMapper
PlanRecord [common]
data class PlanRecord@JvmOverloads()constructor(activePlanRecord: ActivePlanRecord?, availablePlanRecord: List<AvailablePlanRecord>)
UpgradeRecord [common]
data class UpgradeRecord@JvmOverloads()constructor(plan: Plan?, customerMemberId: String?, planStatus: String?, requestId: String?, planState: String?)