Class FulfillmentCallbackResponse
java.lang.Object
com.broadleafcommerce.cartoperation.domain.payment.FulfillmentCallbackResponse
- All Implemented Interfaces:
Serializable
The generic response to pass to the payment gateway fulfillment callback.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResponseAttribute(String name, Object value) Takes in any additional attributes passed in the request not matching any defined properties.protected booleanbooleanorg.springframework.http.HttpStatusReturn any additional attributes passed in the request not matching any defined properties.Map holding any additional attributes passed in the request not matching any defined properties.inthashCode()voidsetErrorResponseCode(org.springframework.http.HttpStatus errorResponseCode) voidsetResponseAttributes(Map<String, Object> responseAttributes) Map holding any additional attributes passed in the request not matching any defined properties.toString()
-
Constructor Details
-
FulfillmentCallbackResponse
public FulfillmentCallbackResponse()
-
-
Method Details
-
addResponseAttribute
Takes in any additional attributes passed in the request not matching any defined properties.- Parameters:
name- Name of the additional attributevalue- Value of the additional attribute
-
getResponseAttribute
Return any additional attributes passed in the request not matching any defined properties.- Returns:
- any additional attributes passed in the request not matching any defined properties.
-
getErrorResponseCode
public org.springframework.http.HttpStatus getErrorResponseCode() -
getResponseAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
setErrorResponseCode
public void setErrorResponseCode(org.springframework.http.HttpStatus errorResponseCode) -
setResponseAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-