-
public final class Event.PaymentSuccessful extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.PaymentSuccessful.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentIdprivate final StringpaymentHashprivate final ULongfeePaidMsat
-
Constructor Summary
Constructors Constructor Description Event.PaymentSuccessful(String paymentId, String paymentHash, ULong feePaidMsat)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentId()final StringgetPaymentHash()final ULonggetFeePaidMsat()-
-
Method Detail
-
getPaymentId
final String getPaymentId()
-
getPaymentHash
final String getPaymentHash()
-
getFeePaidMsat
final ULong getFeePaidMsat()
-
-
-
-