@Path(value="payments/paypalplus")
public class PayPalPlusAuthorizationResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PayPalPlusAuthorizationService |
authorizationService |
Constructor and Description |
---|
PayPalPlusAuthorizationResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAccessToken(PayPalPlusCredentials credentials) |
@Inject private PayPalPlusAuthorizationService authorizationService
@GET @Path(value="accesstoken") @Produces(value="application/json") public javax.ws.rs.core.Response getAccessToken(@BeanParam PayPalPlusCredentials credentials)