Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Patch
Packages that use Patch
Package
Description
-
Uses of Patch in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return types with arguments of type PatchConstructor parameters in com.broadleafcommerce.paypal.micro.domain.api with type arguments of type PatchModifierConstructorDescriptionPayPalUpdateOrderRequest
(PayPalApiProvider apiProvider, com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, String orderId, List<Patch> patches) -
Uses of Patch in com.broadleafcommerce.paypal.micro.gateway.service.provider
Method parameters in com.broadleafcommerce.paypal.micro.gateway.service.provider with type arguments of type Patch -
Uses of Patch in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Method parameters in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with type arguments of type Patch -
Uses of Patch in com.broadleafcommerce.paypal.micro.service
Method parameters in com.broadleafcommerce.paypal.micro.service with type arguments of type PatchModifier and TypeMethodDescriptionprotected void
DefaultPayPalOrderService.updateOrder
(String orderId, List<Patch> patches, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)