Class InstallmentPlanResponse
java.lang.Object
com.broadleafcommerce.payment.service.installments.InstallmentPlanResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
void
setDateRecorded
(Instant dateRecorded) void
setFailureType
(String failureType) void
setGatewayResponseCode
(String gatewayResponseCode) void
setMessage
(String message) void
setRawResponse
(String rawResponse) void
setResponse
(Map<String, Object> response) void
setSuccessful
(boolean successful) toString()
-
Constructor Details
-
InstallmentPlanResponse
public InstallmentPlanResponse()
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getDateRecorded
-
getFailureType
-
getMessage
-
getGatewayResponseCode
-
getResponse
-
getRawResponse
-
setSuccessful
public void setSuccessful(boolean successful) -
setDateRecorded
-
setFailureType
-
setMessage
-
setGatewayResponseCode
-
setResponse
-
setRawResponse
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-