Package org.bitcoinj.protocols.payments
Class PaymentProtocol.Ack
java.lang.Object
org.bitcoinj.protocols.payments.PaymentProtocol.Ack
- Enclosing class:
- PaymentProtocol
Message returned by the merchant in response to a Payment message.
-
Method Summary
-
Method Details
-
getMemo
Returns the memo included by the merchant in the payment ack. This message is typically displayed to the user as a notification (e.g. "Your payment was received and is being processed"). If none was provided, returns null.
-