openpss / com.hendraanggrian.openpss.ui.schedule / Schedule

Schedule

data class Schedule

Constructors

<init>

Schedule(invoice: Invoice, jobType: String, title: String, qty: String = "", type: String = "")

Properties

invoice

val invoice: Invoice

jobType

val jobType: String

qty

val qty: String

title

val title: String

type

val type: String

Companion Object Functions

of

fun of(context: Context, invoice: Invoice): ObservableList<Schedule>