openpss / com.hendraanggrian.openpss.ui.invoice / AddPaymentPopover

AddPaymentPopover

class AddPaymentPopover : ResultablePopover<Payment>

Constructors

<init>

AddPaymentPopover(context: Context, invoice: Invoice)

Properties

nullableResult

val nullableResult: Payment?

Inherited Properties

defaultButton

open lateinit var defaultButton: Button

Inherited Functions

show

fun show(node: Node, onAction: (T?) -> Unit): Unit