Class FollowOnRefundRequest

java.lang.Object
de.hybris.platform.payment.commands.request.AbstractRequest
de.hybris.platform.payment.commands.request.FollowOnRefundRequest

public class FollowOnRefundRequest extends AbstractRequest
  • Constructor Details

    • FollowOnRefundRequest

      public FollowOnRefundRequest(String merchantTransactionCode, String requestId, String requestToken, Currency currency, BigDecimal totalAmount, String paymentProvider)
      Constructs refund request.
      Parameters:
      merchantTransactionCode - merchantTransactionId
      requestId - request id from previous response
      requestToken - request token from previous response
  • Method Details

    • getRequestId

      public String getRequestId()
      Returns:
      the requestId
    • getRequestToken

      public String getRequestToken()
      Returns:
      the requestToken
    • getCurrency

      public Currency getCurrency()
      Returns:
      the currency
    • getTotalAmount

      public BigDecimal getTotalAmount()
      Returns:
      the totalAmount
    • getPaymentProvider

      public String getPaymentProvider()
      Returns:
      the paymentProvider