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

OffsetJob

data class OffsetJob : TypedJob

Types

Technique

enum class Technique : Enum

Constructors

<init>

OffsetJob(qty: Int, desc: String, total: Double, type: String, technique: String)

Properties

desc

val desc: String

qty

val qty: Int

technique

val technique: String

total

val total: Double

type

val type: String

typedTechnique

val typedTechnique: Technique

Companion Object Functions

new

fun new(qty: Int, title: String, total: Double, type: String, technique: Technique): OffsetJob