com.google.bitcoin.protocols.payments
Class PaymentSession.Ack

java.lang.Object
  extended by com.google.bitcoin.protocols.payments.PaymentSession.Ack
Enclosing class:
PaymentSession

public class PaymentSession.Ack
extends Object

Message returned by the merchant in response to a Payment message.


Method Summary
 String getMemo()
          Returns the memo included by the merchant in the payment ack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.



Copyright © 2014. All rights reserved.