openpss / com.hendraanggrian.openpss.ui.invoice / AddInvoiceAction

AddInvoiceAction

class AddInvoiceAction : Action<Invoice>

Constructors

<init>

AddInvoiceAction(context: Context, invoice: Invoice)

Properties

invoice

val invoice: Invoice

log

val log: String

Inherited Properties

resourceBundle

open val resourceBundle: ResourceBundle

Functions

handle

fun SessionWrapper.handle(): Invoice

Inherited Functions

invoke

operator fun invoke(block: SessionWrapper.(T) -> Unit): Unit