java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.RefundStatusDetails
All Implemented Interfaces:
Serializable

public class RefundStatusDetails extends Object implements Serializable
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • RefundStatusDetails

      public RefundStatusDetails()
  • Method Details

    • setReason

      public void setReason(String reason)
      The reason why the refund has the "PENDING" or "FAILED" status. The possible values are:
      • "ECHECK". The customer's account is funded through an eCheck, which has not yet cleared.
    • getReason

      public String getReason()
      The reason why the refund has the "PENDING" or "FAILED" status. The possible values are:
      • "ECHECK". The customer's account is funded through an eCheck, which has not yet cleared.