Part

fun Part(id: UUID, amount: MilliSatoshi, route: List<HopDesc>, status: OutgoingPayment.Part.Status, createdAt: Long = currentTimestampMillis())

Parameters

id

internal payment identifier.

amount

amount sent, including fees.

route

payment route used.

status

current status of the payment.

createdAt

absolute time in milliseconds since UNIX epoch when the payment was created.