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

DigitalJob

data class DigitalJob : TypedJob

Constructors

<init>

DigitalJob(qty: Int, desc: String, total: Double, type: String, isTwoSide: Boolean)

Properties

desc

val desc: String

isTwoSide

val isTwoSide: Boolean

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, isTwoSide: Boolean): DigitalJob