Class PaymentFulfillmentCallbackResponse
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentFulfillmentCallbackResponse
- All Implemented Interfaces:
Serializable
- Since:
- Payment Transaction Service 2.0.9, Release Train 2.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA list of fulfillment updates that were made by the payment gateway.inthashCode()booleanisValid()Whether or not this callback response was determined valid for the payment gateway.voidsetFulfillmentUpdates(List<ExternalFulfillmentUpdate> fulfillmentUpdates) A list of fulfillment updates that were made by the payment gateway.voidsetValid(boolean valid) Whether or not this callback response was determined valid for the payment gateway.toString()
-
Constructor Details
-
PaymentFulfillmentCallbackResponse
public PaymentFulfillmentCallbackResponse()
-
-
Method Details
-
getFulfillmentUpdates
A list of fulfillment updates that were made by the payment gateway. -
isValid
public boolean isValid()Whether or not this callback response was determined valid for the payment gateway. -
setFulfillmentUpdates
A list of fulfillment updates that were made by the payment gateway. -
setValid
public void setValid(boolean valid) Whether or not this callback response was determined valid for the payment gateway. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-