openpss / com.hendraanggrian.openpss.ui.invoice / DeletePaymentAction

DeletePaymentAction

class DeletePaymentAction : Action<Unit>

Constructors

<init>

DeletePaymentAction(context: Context, payment: Payment, invoiceNo: Int)

Properties

log

val log: String

payment

val payment: Payment

Inherited Properties

resourceBundle

open val resourceBundle: ResourceBundle

Functions

handle

fun SessionWrapper.handle(): Unit

Inherited Functions

invoke

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