Class RefundResult

java.lang.Object
de.hybris.platform.payment.commands.result.AbstractResult
de.hybris.platform.payment.commands.result.RefundResult

public class RefundResult extends AbstractResult
Result for following commands FollowOnRefundCommand and StandaloneRefundCommand
  • Constructor Details

    • RefundResult

      public RefundResult()
  • Method Details

    • getPaymentProvider

      public String getPaymentProvider()
      Returns:
      the paymentProvider
    • setPaymentProvider

      public void setPaymentProvider(String paymentProvider)
      Parameters:
      paymentProvider - the paymentProvider to set
    • getCurrency

      public Currency getCurrency()
      Returns:
      the currency
    • setCurrency

      public void setCurrency(Currency currency)
      Parameters:
      currency - the currency to set
    • getTotalAmount

      public BigDecimal getTotalAmount()
      Returns:
      the totalAmount
    • setTotalAmount

      public void setTotalAmount(BigDecimal totalAmount)
      Parameters:
      totalAmount - the totalAmount to set
    • getRequestTime

      public Date getRequestTime()
      Returns:
      the requestTime
    • setRequestTime

      public void setRequestTime(Date requestTime)
      Parameters:
      requestTime - the requestTime to set