public class PatchPaymentServiceImpl extends java.lang.Object implements PatchPaymentService
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
PatchPaymentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
<T> T |
configureAndExecute(com.paypal.base.rest.APIContext apiContext,
com.paypal.base.rest.HttpMethod httpMethod,
java.lang.String resourcePath,
java.lang.String payLoad,
java.lang.Class<T> clazz) |
PatchPaymentBuilder |
createPatchPaymentRequestBuilder(PatchRequestEp6 patchRequestEp6) |
PaymentResponse |
patchPayment(PatchRequestEp6 patchRequestEp6,
PayPalPlusRequestContext requestContext) |
public PaymentResponse patchPayment(PatchRequestEp6 patchRequestEp6, PayPalPlusRequestContext requestContext)
patchPayment
in interface PatchPaymentService
public PatchPaymentBuilder createPatchPaymentRequestBuilder(PatchRequestEp6 patchRequestEp6)
public <T> T configureAndExecute(com.paypal.base.rest.APIContext apiContext, com.paypal.base.rest.HttpMethod httpMethod, java.lang.String resourcePath, java.lang.String payLoad, java.lang.Class<T> clazz) throws com.paypal.base.rest.PayPalRESTException
com.paypal.base.rest.PayPalRESTException