openpss / com.hendraanggrian.openpss.ui.customer / EditCustomerAction

EditCustomerAction

class EditCustomerAction : Action<Unit>

Constructors

<init>

EditCustomerAction(context: Context, customer: Customer, name: String, address: String?, note: String?)

Properties

address

val address: String?

customer

val customer: Customer

log

val log: String

name

val name: String

note

val note: 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