openpss / com.hendraanggrian.openpss.db.schemas / Invoice / PlateJob

PlateJob

data class PlateJob : TypedJob

Constructors

<init>

PlateJob(qty: Int, desc: String, total: Double, type: String)

Properties

desc

val desc: String

qty

val qty: Int

total

val total: Double

type

val type: String

Companion Object Functions

new

fun new(qty: Int, title: String, total: Double, type: String): PlateJob