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

Packages that use Transaction
com.xerox.amazonws.fps   
 

Uses of Transaction in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return Transaction
 Transaction FlexiblePaymentsService.fundPrepaid(String senderTokenID, String prepaidInstrumentID, double fundingAmount, String callerReference)
          Transfer money from the sender's payment instrument specified in the funding token to the recipient's account balance.
 Transaction FlexiblePaymentsService.fundPrepaid(String senderTokenID, String callerTokenID, String prepaidInstrumentID, double fundingAmount, Date transactionDate, String senderReference, String recipientReference, String callerReference, ChargeFeeTo chargeFeeTo, String senderDescription, String recipientDescription, String callerDescription, String metadata, DescriptorPolicy descriptorPolicy, TemporaryDeclinePolicy tempDeclinePolicy)
          Transfer money from the sender's payment instrument specified in the funding token to the recipient's account balance.
 Transaction FlexiblePaymentsService.pay(String senderToken, Amount amount, String callerReference)
          Initiate a transaction to move funds from the sender to the recipient.
 Transaction FlexiblePaymentsService.pay(String senderToken, Amount amount, String callerReference, DescriptorPolicy descriptorPolicy)
          Initiate a transaction to move funds from the sender to the recipient.
 Transaction FlexiblePaymentsService.pay(String recipientToken, String senderToken, String callerToken, Amount amount, Date transactionDate, ChargeFeeTo chargeFeeTo, String callerReference, String senderReference, String recipientReference, String senderDescription, String recipientDescription, String callerDescription, String metadata, double marketplaceFixedFee, int marketplaceVariableFee, DescriptorPolicy descriptorPolicy)
          Initiate a transaction to move funds from the sender to the recipient.
 Transaction FlexiblePaymentsService.pay(String recipientToken, String senderToken, String callerToken, Amount amount, Date transactionDate, ChargeFeeTo chargeFeeTo, String callerReference, String senderReference, String recipientReference, String senderDescription, String recipientDescription, String callerDescription, String metadata, double marketplaceFixedFee, int marketplaceVariableFee, DescriptorPolicy descriptorPolicy, TemporaryDeclinePolicy tempDeclinePolicy)
          Initiate a transaction to move funds from the sender to the recipient.
 Transaction FlexiblePaymentsService.refund(String senderToken, String transactionID, String callerReference)
          Refund a successfully completed payment transaction.
 Transaction FlexiblePaymentsService.refund(String callerToken, String senderToken, String transactionID, Amount refundAmount, ChargeFeeTo chargeFeeTo, Date transactionDate, String callerReference, String senderReference, String recipientReference, String senderDescription, String recipientDescription, String callerDescription, String metadata, MarketplaceRefundPolicy policy)
          Refund a successfully completed payment transaction.
 Transaction FlexiblePaymentsService.reserve(String senderToken, Amount amount, String callerReference)
          This operation is part of the Reserve and Settle operations that allow payment transactions when the authorization and settlement have a time difference.
 Transaction FlexiblePaymentsService.reserve(String recipientToken, String senderToken, String callerToken, Amount amount, Date transactionDate, ChargeFeeTo chargeFeeTo, String callerReference, String senderReference, String recipientReference, String senderDescription, String recipientDescription, String callerDescription, String metadata, double marketplaceFixedFee, int marketplaceVariableFee, DescriptorPolicy descriptorPolicy, TemporaryDeclinePolicy tempDeclinePolicy)
          This operation is part of the Reserve and Settle operations that allow payment transactions when the authorization and settlement have a time difference.
 Transaction FlexiblePaymentsService.retryTransaction(String transactionID)
          Submits a transaction for processing.
 Transaction FlexiblePaymentsService.settle(String reserveTransactionID, Amount amount)
          Settles fully or partially the amount that is reserved using the FlexiblePaymentsService.reserve(java.lang.String, com.xerox.amazonws.fps.Amount, java.lang.String) operation
 Transaction FlexiblePaymentsService.settle(String reserveTransactionID, Amount amount, Date transactionDate)
          Settles fully or partially the amount that is reserved using the FlexiblePaymentsService.reserve(java.lang.String, com.xerox.amazonws.fps.Amount, java.lang.String) operation
 Transaction FlexiblePaymentsService.settleDebt(String settlementToken, String creditInstrument, Amount amount, String callerReference)
          The SettleDebt operation takes the settlement amount, credit instrument, and the settlement token among other parameters.
 Transaction FlexiblePaymentsService.settleDebt(String settlementToken, String callerToken, String creditInstrument, Amount amount, Date transactionDate, String senderReference, String recipientReference, String callerReference, ChargeFeeTo chargeFeeTo, String senderDescription, String recipientDescription, String callerDescription, String metadata, DescriptorPolicy descriptorPolicy, TemporaryDeclinePolicy tempDeclinePolicy)
          The SettleDebt operation takes the settlement amount, credit instrument, and the settlement token among other parameters.
 Transaction FlexiblePaymentsService.writeOffDebt(String creditInstrument, double adjustmentAmount, String callerReference)
          Write off the debt accumulated by the recipient on any credit instrument
 Transaction FlexiblePaymentsService.writeOffDebt(String callerToken, String creditInstrument, double adjustmentAmount, Date transactionDate, String callerReference, String recipientReference, String senderReference, String senderDescription, String recipientDescription, String callerDescription, String metadata)
          Write off the debt accumulated by the recipient on any credit instrument
 

Methods in com.xerox.amazonws.fps that return types with arguments of type Transaction
 Iterator<Transaction> AccountActivity.iterator()
           
 

Constructor parameters in com.xerox.amazonws.fps with type arguments of type Transaction
AccountActivity(Date nextStartDate, BigInteger totalTransactions, List<Transaction> transactions, FPSOperation filter, PaymentMethod paymentMethod, int maxBatchSize, Date endDate, Transaction.Status transactionStatus, FlexiblePaymentsService fps)