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 |
---|---|
(package private) <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) |
(package private) PatchPaymentBuilder |
createPatchPaymentRequestBuilder(UpdateRequestEp6 updateRequestEp6) |
PaymentResponse |
updatePayment(UpdateRequestEp6 updateRequestEp6,
PayPalPlusRequestContext requestContext,
java.lang.String paymentId) |
public PaymentResponse updatePayment(UpdateRequestEp6 updateRequestEp6, PayPalPlusRequestContext requestContext, java.lang.String paymentId)
updatePayment
in interface PatchPaymentService
PatchPaymentBuilder createPatchPaymentRequestBuilder(UpdateRequestEp6 updateRequestEp6)
<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