Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Authorization
Packages that use Authorization
Package
Description
-
Uses of Authorization in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return AuthorizationMethods in com.broadleafcommerce.paypal.micro.domain.api that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionprotected AbstractPayPalResponse<Authorization>
PayPalAuthorizationRetrievalRequest.executeInternal
(String applicationId, String tenantId) Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type AuthorizationModifierConstructorDescriptionPayPalAuthorizationRetrievalResponse
(@NonNull Authorization response) -
Uses of Authorization in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return types with arguments of type AuthorizationModifier and TypeMethodDescriptionPaymentCollection.getAuthorizations()
An array of authorized payments for a purchase unit.Method parameters in com.broadleafcommerce.paypal.micro.gateway.domain.orders with type arguments of type AuthorizationModifier and TypeMethodDescriptionvoid
PaymentCollection.setAuthorizations
(List<Authorization> authorizations) An array of authorized payments for a purchase unit. -
Uses of Authorization in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return AuthorizationModifier and TypeMethodDescriptionPayPalApiProvider.retrieveAuthorizationDetails
(@NonNull String authorizationId, String applicationId, String tenantId) Retrieve the details for an authorized payment, by ID. -
Uses of Authorization in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return AuthorizationModifier and TypeMethodDescriptionExternalPayPalApiProvider.retrieveAuthorizationDetails
(@NonNull String authorizationId, String applicationId, String tenantId)