Class ExternalFulfillmentCallbackTransformedResponse
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.ExternalFulfillmentCallbackTransformedResponse
- All Implemented Interfaces:
Serializable
The generic response to pass to the payment gateway fulfillment callback.
This will be populated in the payment gateway's respective
PaymentGatewayHostedService.- 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 booleanbooleanReturn 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()voidsetResponseAttributes(Map<String, Object> responseAttributes) Map holding any additional attributes passed in the request not matching any defined properties.toString()
-
Constructor Details
-
ExternalFulfillmentCallbackTransformedResponse
public ExternalFulfillmentCallbackTransformedResponse()
-
-
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.
-
getResponseAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
setResponseAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-