Class RefundStatusDetails
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefundStatusDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
The reason why the refund has the "PENDING" or "FAILED" status.void
setReason(String reason)
The reason why the refund has the "PENDING" or "FAILED" status.
-
-
-
Method Detail
-
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.
-
-