Invoice

data class Invoice(paymentRequest: PaymentRequest) : IncomingPayment.Origin

A normal, invoice-based lightning payment.

Constructors

Invoice
Link copied to clipboard
common
fun Invoice(paymentRequest: PaymentRequest)

Functions

matchesFilters
Link copied to clipboard
common
fun matchesFilters(filters: Set<PaymentTypeFilter>): Boolean

Properties

paymentRequest
Link copied to clipboard
common
val paymentRequest: PaymentRequest