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

Packages that use PaymentMethod
com.xerox.amazonws.fps   
 

Uses of PaymentMethod in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return PaymentMethod
static PaymentMethod PaymentMethod.fromValue(String v)
           
 PaymentMethod TransactionDetail.getPaymentMethod()
           
 PaymentMethod Transaction.getPaymentMethod()
           
static PaymentMethod PaymentMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentMethod[] PaymentMethod.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 PaymentMethod
 String FlexiblePaymentsService.acquireEditToken(String callerReference, String tokenID, PaymentMethod paymentMethod, String returnURL)
          Generate a signed URL for the CBUI pipeline.
 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.
 String FlexiblePaymentsService.acquirePostPaidToken(String callerReferenceSender, String callerReferenceSettlement, Amount creditLimit, Amount globalAmountLimit, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquirePostPaidToken(String callerReferenceSender, String callerReferenceSettlement, Date validityStart, Date validityExpiry, Amount creditLimit, Amount globalAmountLimit, List<UsageLimit> usageLimits, Boolean collectShippingAddress, Address address, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquirePrepaidToken(String callerReferenceSender, String callerReferenceFunding, Amount amount, PaymentMethod paymentMethod, Date validityStart, Date validityExpiry, Boolean collectShippingAddress, Address address, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireRecipientToken(String callerReference, Date validityStart, Date validityExpiry, PaymentMethod paymentMethod, Boolean recipientPaysFee, String callerReferenceRefund, Long maxVariableFee, Long maxFixedFee, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireRecurringToken(String callerReference, Amount amount, int recurringInterval, RecurringGranularity recurringGranularity, Date validityStart, Date validityExpiry, PaymentMethod paymentMethod, String recipientToken, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireSingleUseToken(String callerReference, Amount amount, boolean reserve, PaymentMethod paymentMethod, String recipientToken, Boolean isRecipientCobranding, Boolean collectShippingAddress, Address address, Amount itemTotal, Amount shipping, Amount handling, Boolean giftWrapping, Amount discount, Amount tax, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 String FlexiblePaymentsService.acquireSingleUseToken(String callerReference, Amount amount, PaymentMethod paymentMethod, String returnURL, String reason)
          Generate a signed URL for the CBUI pipeline.
 AccountActivity FlexiblePaymentsService.getAccountActivity(FPSOperation filter, PaymentMethod paymentMethod, int maxBatchSize, Date startDate, Date endDate, TransactionalRoleFilter role, Transaction.Status transactionStatus)
          Retrieve transactions from an account for a given time period.
 

Constructors in com.xerox.amazonws.fps with parameters of type PaymentMethod
AccountActivity(Date nextStartDate, BigInteger totalTransactions, List<Transaction> transactions, FPSOperation filter, PaymentMethod paymentMethod, int maxBatchSize, Date endDate, Transaction.Status transactionStatus, FlexiblePaymentsService fps)
           
Transaction(String transactionID, Transaction.Status status, Date dateReceived, Date dateCompleted, Amount transactionAmount, FPSOperation operation, PaymentMethod paymentMethod, String senderName, String callerName, String recipientName, Amount fees, Amount balance, String callerTokenId, String senderTokenId, String recipientTokenId)
           
TransactionDetail(String transactionId, Date callerTransactionDate, Date dateReceived, Date dateCompleted, Amount transactionAmount, Amount fees, String callerTokenId, String senderTokenId, String recipientTokenId, String prepaidInstrumentId, String creditInstrumentId, FPSOperation operation, PaymentMethod paymentMethod, Transaction.Status status, String errorCode, String errorMessage, String metaData, String senderName, String callerName, String recipientName)