@Path(value="payments/paypalplus")
public class MerchantStatusResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PayPalPlusAuthorizationService |
authorizationService |
private MerchantIdService |
merchantIdService |
private MerchantStatusService |
merchantStatusService |
Constructor and Description |
---|
MerchantStatusResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
executePayment(MerchantStatusRequestEp6 merchantStatusRequest,
PayPalPlusCredentials credentials) |
@Inject private PayPalPlusAuthorizationService authorizationService
@Inject private MerchantStatusService merchantStatusService
@Inject private MerchantIdService merchantIdService
@POST @Path(value="merchantstatus") @Produces(value="application/json") public javax.ws.rs.core.Response executePayment(MerchantStatusRequestEp6 merchantStatusRequest, @BeanParam PayPalPlusCredentials credentials)