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

Packages that use ChargeFeeTo
com.xerox.amazonws.fps   
 

Uses of ChargeFeeTo in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return ChargeFeeTo
static ChargeFeeTo ChargeFeeTo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChargeFeeTo[] ChargeFeeTo.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 ChargeFeeTo
 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 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 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 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.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.