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

Packages that use AmountType
com.xerox.amazonws.fps   
 

Uses of AmountType in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return AmountType
static AmountType AmountType.fromValue(String v)
           
static AmountType AmountType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AmountType[] AmountType.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 AmountType
 String FlexiblePaymentsService.acquireMultiUseToken(String callerReference, List<String> recipientTokens, AmountType amountType, Amount globalLimit, List<UsageLimit> usageLimits, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, Date validityStart, Date validityExpiry, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.