-
public final class Event.PaymentFailed extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.PaymentFailed.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentHash
-
Constructor Summary
Constructors Constructor Description Event.PaymentFailed(String paymentHash)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentHash()-
-
Constructor Detail
-
Event.PaymentFailed
Event.PaymentFailed(String paymentHash)
-
-
Method Detail
-
getPaymentHash
final String getPaymentHash()
-
-
-
-