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