Class FollowOnRefundRequest
java.lang.Object
de.hybris.platform.payment.commands.request.AbstractRequest
de.hybris.platform.payment.commands.request.FollowOnRefundRequest
Request for
FollowOnRefundCommand-
Constructor Summary
ConstructorsConstructorDescriptionFollowOnRefundRequest(String merchantTransactionCode, String requestId, String requestToken, Currency currency, BigDecimal totalAmount, String paymentProvider) Constructs refund request. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class de.hybris.platform.payment.commands.request.AbstractRequest
getMerchantTransactionCode
-
Constructor Details
-
FollowOnRefundRequest
public FollowOnRefundRequest(String merchantTransactionCode, String requestId, String requestToken, Currency currency, BigDecimal totalAmount, String paymentProvider) Constructs refund request.- Parameters:
merchantTransactionCode- merchantTransactionIdrequestId- request id from previous responserequestToken- request token from previous response
-
-
Method Details
-
getRequestId
- Returns:
- the requestId
-
getRequestToken
- Returns:
- the requestToken
-
getCurrency
- Returns:
- the currency
-
getTotalAmount
- Returns:
- the totalAmount
-
getPaymentProvider
- Returns:
- the paymentProvider
-