Class PaymentProtocol.Ack

java.lang.Object
org.bitcoinj.protocols.payments.PaymentProtocol.Ack
Enclosing class:
PaymentProtocol

public static class PaymentProtocol.Ack extends Object
Message returned by the merchant in response to a Payment message.
  • Method Details

    • getMemo

      @Nullable public String 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.