Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Authorization
-
-
Uses of Authorization in com.broadleafcommerce.paypal.micro.domain.api
Methods in com.broadleafcommerce.paypal.micro.domain.api that return Authorization Modifier and Type Method Description Authorization
PayPalAuthorizeResponse. getAuthorization()
Methods in com.broadleafcommerce.paypal.micro.domain.api that return types with arguments of type Authorization Modifier and Type Method Description protected AbstractPayPalResponse<Authorization>
PayPalAuthorizationRetrievalRequest. executeInternal(String applicationId, String tenantId)
Constructors in com.broadleafcommerce.paypal.micro.domain.api with parameters of type Authorization Constructor Description PayPalAuthorizationRetrievalResponse(@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 Authorization Modifier and Type Method Description List<Authorization>
PaymentCollection. 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 Authorization Modifier and Type Method Description void
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 Authorization Modifier and Type Method Description Authorization
PayPalApiProvider. 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 Authorization Modifier and Type Method Description Authorization
ExternalPayPalApiProvider. retrieveAuthorizationDetails(@NonNull String authorizationId, String applicationId, String tenantId)
-