@Path(value="payments/paypalplus/paymentexperience")
public class PaymentExperienceProfileResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PayPalPlusAuthorizationService |
authorizationService |
private PaymentExperienceProfileService |
paymentExperienceProfileService |
Constructor and Description |
---|
PaymentExperienceProfileResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createPaymentExperienceProfile(PaymentExperienceProfile paymentExperienceProfile,
PayPalPlusCredentials credentials) |
javax.ws.rs.core.Response |
deletePaymentExperienceProfile(PaymentExperienceProfile paymentExperienceProfile,
PayPalPlusCredentials credentials) |
@Inject private PaymentExperienceProfileService paymentExperienceProfileService
@Inject private PayPalPlusAuthorizationService authorizationService
@POST @Produces(value="application/json") public javax.ws.rs.core.Response createPaymentExperienceProfile(PaymentExperienceProfile paymentExperienceProfile, @BeanParam PayPalPlusCredentials credentials)
@DELETE @Produces(value="application/json") public javax.ws.rs.core.Response deletePaymentExperienceProfile(PaymentExperienceProfile paymentExperienceProfile, @BeanParam PayPalPlusCredentials credentials)