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

OtherJob

data class OtherJob : Job

Constructors

<init>

OtherJob(qty: Int, desc: String, total: Double)

Properties

desc

val desc: String

qty

val qty: Int

total

val total: Double

Companion Object Functions

new

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