Class InstallmentPlanResponse
java.lang.Object
com.broadleafcommerce.payment.service.installments.InstallmentPlanResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanvoidsetDateRecorded(Instant dateRecorded) voidsetFailureType(String failureType) voidsetGatewayResponseCode(String gatewayResponseCode) voidsetMessage(String message) voidsetRawResponse(String rawResponse) voidsetResponse(Map<String, Object> response) voidsetSuccessful(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
-