@Path(value="payments/paypalplus/paymentexperience")
public class ExperienceProfileResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PayPalPlusAuthorizationService |
authorizationService |
private ExperienceProfileService |
profileService |
Constructor and Description |
---|
ExperienceProfileResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createPaymentExperienceProfile(ExperienceProfileRequestEp6 requestEp6,
PayPalPlusCredentials credentials) |
@Inject private ExperienceProfileService profileService
@Inject private PayPalPlusAuthorizationService authorizationService
@POST @Produces(value="application/json") public javax.ws.rs.core.Response createPaymentExperienceProfile(ExperienceProfileRequestEp6 requestEp6, @BeanParam PayPalPlusCredentials credentials) throws PaypalAccessException
PaypalAccessException