|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarketplaceRefundPolicy | |
---|---|
com.xerox.amazonws.fps |
Uses of MarketplaceRefundPolicy in com.xerox.amazonws.fps |
---|
Methods in com.xerox.amazonws.fps that return MarketplaceRefundPolicy | |
---|---|
static MarketplaceRefundPolicy |
MarketplaceRefundPolicy.fromValue(String v)
|
static MarketplaceRefundPolicy |
MarketplaceRefundPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MarketplaceRefundPolicy[] |
MarketplaceRefundPolicy.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 MarketplaceRefundPolicy | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |