public class MerchantStatusServiceImpl extends java.lang.Object implements MerchantStatusService
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
MerchantStatusServiceImpl() |
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) |
MerchantStatusResponse |
getMerchantStatus(PayPalPlusRequestContext requestContext,
java.lang.String partnerId,
java.lang.String merchantId) |
public MerchantStatusResponse getMerchantStatus(PayPalPlusRequestContext requestContext, java.lang.String partnerId, java.lang.String merchantId) throws WebServiceException
getMerchantStatus
in interface MerchantStatusService
WebServiceException
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