Uses of Interface
com.broadleafcommerce.paypal.micro.domain.api.PayPalRequest
Packages that use PayPalRequest
Package
Description
-
Uses of PayPalRequest in com.broadleafcommerce.paypal.micro.domain.api
Classes in com.broadleafcommerce.paypal.micro.domain.api that implement PayPalRequestModifier and TypeClassDescriptionclassRepresents a request to make against the PayPal REST APIs.classclassclassRequest object used to capture an authorization when doing auth immediately but delaying capture until later (such as until after fulfillment).classRequest object used to capture an order immediately.classclassclassRepresents a refund request.classclass -
Uses of PayPalRequest in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalRequestModifier and TypeMethodDescription<T extends PayPalResponse>
TDefaultPayPalCheckoutProvider.call(@NonNull PayPalRequest paymentRequest, @NonNull Class<T> responseType) <T extends PayPalResponse>
TPayPalCheckoutProvider.call(PayPalRequest paymentRequest, Class<T> responseType) Makes a request to PayPalDefaultPayPalCheckoutProvider.communicateWithVendor(@NonNull PayPalRequest paymentRequest)