openpss / com.hendraanggrian.openpss.ui.invoice / DeleteInvoiceAction

DeleteInvoiceAction

class DeleteInvoiceAction : Action<Unit>

Constructors

<init>

DeleteInvoiceAction(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(): Unit

Inherited Functions

invoke

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