Uses of Class
com.broadleafcommerce.paymentgateway.domain.FulfillmentOption
Packages that use FulfillmentOption
-
Uses of FulfillmentOption in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return FulfillmentOptionModifier and TypeMethodDescriptionExternalGatewayFulfillmentUpdate.getFulfillmentOption()The fulfillment option selected.Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type FulfillmentOptionModifier and TypeMethodDescriptionExternalFulfillmentCallbackInfo.getFulfillmentOptions()A list ofFulfillmentOptionsmapped by the fulfillment reference number.Methods in com.broadleafcommerce.paymentgateway.domain with parameters of type FulfillmentOptionModifier and TypeMethodDescriptionvoidExternalGatewayFulfillmentUpdate.setFulfillmentOption(FulfillmentOption fulfillmentOption) The fulfillment option selected.Method parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type FulfillmentOptionModifier and TypeMethodDescriptionvoidExternalFulfillmentCallbackInfo.setFulfillmentOptions(Map<String, List<FulfillmentOption>> fulfillmentOptions) A list ofFulfillmentOptionsmapped by the fulfillment reference number.