public interface TokenRequest extends Serializable
Token
is accepted or processedModifier and Type | Method and Description |
---|---|
String |
getConfirmationCode()
An optional confirmation code.
Example: A mobile payment system initiates a payment and gets a code. |
<C extends User> |
getConsumer() |
String |
getCounter() |
PlaceRef |
getRequestPoint()
This is the place the
Token was REQUESTED (may or may not be same as serviced) |
<V> V |
getVenue() |
<C extends User> C getConsumer()
PlaceRef getRequestPoint()
Token
was REQUESTED (may or may not be same as serviced)String getConfirmationCode()
<V> V getVenue()
String getCounter()
Token.getCounter()
Copyright © 2018. All rights reserved.