Class ExternalFulfillmentCallbackDTO
java.lang.Object
com.broadleafcommerce.cartoperation.domain.payment.ExternalFulfillmentCallbackDTO
- All Implemented Interfaces:
Serializable
DTO containing the fulfillment callback request from the external payment gateway.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe ID of the cart.The gateway type of this payment.The request body of the payment gateway redirect, if any.The request params of the payment gateway redirect.inthashCode()voidThe ID of the cart.voidsetGatewayType(String gatewayType) The gateway type of this payment.voidsetRequestBody(Map<String, Object> requestBody) The request body of the payment gateway redirect, if any.voidsetRequestParams(Map<String, String> requestParams) The request params of the payment gateway redirect.toString()
-
Constructor Details
-
ExternalFulfillmentCallbackDTO
public ExternalFulfillmentCallbackDTO()
-
-
Method Details
-
getCartId
The ID of the cart. -
getGatewayType
The gateway type of this payment. -
getRequestBody
The request body of the payment gateway redirect, if any. -
getRequestParams
The request params of the payment gateway redirect. Should contain the parameters that were passed on the callback URL and any that the gateway would add. -
setCartId
The ID of the cart. -
setGatewayType
The gateway type of this payment. -
setRequestBody
The request body of the payment gateway redirect, if any. -
setRequestParams
The request params of the payment gateway redirect. Should contain the parameters that were passed on the callback URL and any that the gateway would add. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-