openpss / com.hendraanggrian.openpss.ui.invoice / AddPaymentAction

AddPaymentAction

class AddPaymentAction : Action<Unit>

Constructors

<init>

AddPaymentAction(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