Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.ExternalFulfillmentUpdate
Packages that use ExternalFulfillmentUpdate
Package
Description
-
Uses of ExternalFulfillmentUpdate in com.broadleafcommerce.cartoperation.domain.payment
Methods in com.broadleafcommerce.cartoperation.domain.payment that return types with arguments of type ExternalFulfillmentUpdateModifier and TypeMethodDescriptionPaymentFulfillmentCallbackResponse.getFulfillmentUpdates()A list of fulfillment updates that were made by the payment gateway.Method parameters in com.broadleafcommerce.cartoperation.domain.payment with type arguments of type ExternalFulfillmentUpdateModifier and TypeMethodDescriptionvoidPaymentFulfillmentCallbackResponse.setFulfillmentUpdates(List<ExternalFulfillmentUpdate> fulfillmentUpdates) A list of fulfillment updates that were made by the payment gateway. -
Uses of ExternalFulfillmentUpdate in com.broadleafcommerce.cartoperation.service.payment
Methods in com.broadleafcommerce.cartoperation.service.payment with parameters of type ExternalFulfillmentUpdateModifier and TypeMethodDescriptionprotected com.broadleafcommerce.order.common.domain.PricedFulfillmentOptionDefaultExternalPaymentFulfillmentCallbackService.buildPricedFulfillmentOption(@NonNull ExternalFulfillmentUpdate externalFulfillmentUpdate, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected UpdateFulfillmentGroupRequestDefaultExternalPaymentFulfillmentCallbackService.buildUpdateFulfillmentGroupRequest(@NonNull ExternalFulfillmentUpdate externalFulfillmentUpdate, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)