Class ExternalFulfillmentCallbackDTO
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.ExternalFulfillmentCallbackDTO
- All Implemented Interfaces:
Serializable
DTO containing the fulfillment callback request from the external payment gateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe gateway type of this payment.The ID of the payment owner.The type of entity that owns the payment.The request body of the payment gateway redirect, if any.The request params of the payment gateway redirect.inthashCode()voidsetGatewayType(String gatewayType) The gateway type of this payment.voidsetOwnerId(String ownerId) The ID of the payment owner.voidsetOwnerType(String ownerType) The type of entity that owns the 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
-
getOwnerId
The ID of the payment owner. Typically, this is the cart ID. -
getOwnerType
The type of entity that owns the payment. -
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. -
setOwnerId
The ID of the payment owner. Typically, this is the cart ID. -
setOwnerType
The type of entity that owns the payment. -
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
-