Uses of Class
com.broadleafcommerce.adyen.service.domain.AdyenDeliveryMethod
Packages that use AdyenDeliveryMethod
-
Uses of AdyenDeliveryMethod in com.broadleafcommerce.adyen.domain
Methods in com.broadleafcommerce.adyen.domain that return types with arguments of type AdyenDeliveryMethodModifier and TypeMethodDescriptionUpdateExpressPayPalOrderRequest.getDeliveryMethods()
The list of new delivery methods and the cost of each.Method parameters in com.broadleafcommerce.adyen.domain with type arguments of type AdyenDeliveryMethodModifier and TypeMethodDescriptionvoid
UpdateExpressPayPalOrderRequest.setDeliveryMethods
(List<AdyenDeliveryMethod> deliveryMethods) The list of new delivery methods and the cost of each. -
Uses of AdyenDeliveryMethod in com.broadleafcommerce.adyen.service
Methods in com.broadleafcommerce.adyen.service that return types with arguments of type AdyenDeliveryMethodModifier and TypeMethodDescriptionprotected List<AdyenDeliveryMethod>
DefaultAdyenPaymentModificationService.getDeliveryMethods
(@NonNull com.broadleafcommerce.paymentgateway.domain.UpdateGatewayPaymentRequest request)