-
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 StringpaymentHash
-
Constructor Summary
Constructors Constructor Description Event.PaymentSuccessful(String paymentHash)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentHash()-
-
Constructor Detail
-
Event.PaymentSuccessful
Event.PaymentSuccessful(String paymentHash)
-
-
Method Detail
-
getPaymentHash
final String getPaymentHash()
-
-
-
-