Class AuthorizationStatusDetails
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.gateway.domain.orders.AuthorizationStatusDetails
-
- All Implemented Interfaces:
Serializable
public class AuthorizationStatusDetails extends Object implements Serializable
The details of the authorized payment status.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationStatusDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
The reason why the authorized status is "PENDING".void
setReason(String reason)
The reason why the authorized status is "PENDING".
-
-
-
Method Detail
-
setReason
public void setReason(String reason)
The reason why the authorized status is "PENDING". The possible values are:- "PENDING_REVIEW". Authorization is pending manual review.
-
getReason
public String getReason()
The reason why the authorized status is "PENDING". The possible values are:- "PENDING_REVIEW". Authorization is pending manual review.
-
-