Uses of Class
com.xerox.amazonws.fps.TokenType

Packages that use TokenType
com.xerox.amazonws.fps   
 

Uses of TokenType in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return TokenType
static TokenType TokenType.fromValue(String v)
           
 TokenType Token.getType()
           
static TokenType TokenType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TokenType[] TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xerox.amazonws.fps with parameters of type TokenType
 String FlexiblePaymentsService.installPaymentInstruction(String paymentInstruction, String tokenFriendlyName, String callerReference, TokenType type, String comment)
          Install tokens (payment instructions) on your own accounts.
 String FlexiblePaymentsService.installPaymentInstruction(String paymentInstruction, String callerReference, TokenType type)
          Install tokens (payment instructions) on your own accounts.
 

Constructors in com.xerox.amazonws.fps with parameters of type TokenType
Token(String tokenId, String friendlyName, Token.Status status, Date dateInstalled, String callerInstalled, TokenType tokenType, String oldTokenId, String paymentReason)