|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
com.xerox.amazonws.fps |
Uses of Token in com.xerox.amazonws.fps |
---|
Methods in com.xerox.amazonws.fps that return Token | |
---|---|
Token |
PaymentInstructionDetail.getToken()
|
Token |
FlexiblePaymentsService.getTokenByCaller(String callerReference)
Fetch the details of a particular token. |
Token |
FlexiblePaymentsService.getTokenByID(String tokenID)
Fetch the details of a particular token. |
Methods in com.xerox.amazonws.fps that return types with arguments of type Token | |
---|---|
List<Token> |
FlexiblePaymentsService.getAllTokens()
Fetch all the tokens installed on your (caller) account. |
List<Token> |
FlexiblePaymentsService.getTokens(String tokenFriendlyName,
Token.Status tokenStatus,
String callerReference)
Fetch the tokens installed on your (caller) account, based on the filtering parameters. |
List<Token> |
FlexiblePaymentsService.getTokensByCallerReference(String callerReference)
Fetch the tokens installed on your (caller) account, filtered by caller reference. |
List<Token> |
FlexiblePaymentsService.getTokensByFriendlyName(String tokenFriendlyName)
Fetch the tokens installed on your (caller) account, filtered by friendly name. |
List<Token> |
FlexiblePaymentsService.getTokensByStatus(Token.Status tokenStatus)
Fetch the tokens installed on your (caller) account, filtered by status. |
Constructors in com.xerox.amazonws.fps with parameters of type Token | |
---|---|
PaymentInstructionDetail(Token token,
String paymentInstruction,
String accountId,
String tokenFriendlyName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |