JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.lightningj.paywall.paymenthandler
Interface Payment
All Known Implementing Classes:
ConvertedOrder
,
Invoice
,
MinimalInvoice
,
Order
,
PreImageOrder
,
Settlement
public interface
Payment
Generic interface of value object that can be handled by the PaymentHandler. Either an Order, Invoice or and Settlement Created by philip on 2018-12-05.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
byte[]
getPreImageHash
()
Method Detail
getPreImageHash
byte[] getPreImageHash()
Returns:
the pre image hash that is used by the framework to be a unique identifier of a payment flow.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method