public interface IGPConnector
IGPConnector getAppToken(String clientId, String clientCredentials) throws GPClientException
GPClientExceptionIGPConnector getAppToken(String clientId, String clientCredentials, String scope) throws GPClientException
GPClientExceptionPayment createPayment(BasePayment payment) throws GPClientException
GPClientExceptionPaymentResult refundPayment(Long id, Long amount) throws GPClientException
GPClientExceptionPayment createRecurrentPayment(Long id, NextPayment nextPayment) throws GPClientException
GPClientExceptionPaymentResult voidRecurrency(Long id) throws GPClientException
GPClientExceptionPaymentResult capturePayment(Long id) throws GPClientException
GPClientExceptionPaymentResult voidAuthorization(Long id) throws GPClientException
GPClientExceptionPayment paymentStatus(Long id) throws GPClientException
GPClientExceptionPaymentResult refundPayment(Long id, RefundPayment refundPayment) throws GPClientException
GPClientExceptionList<EETReceipt> findEETREceiptsByFilter(EETReceiptFilter filter) throws GPClientException
GPClientExceptionPaymentInstrumentRoot generatePaymentInstruments(Long goId, Currency currency) throws GPClientException
GPClientExceptionList<EETReceipt> getEETReceiptByPaymentId(Long id) throws GPClientException
GPClientExceptionbyte[] generateStatement(AccountStatement accountStatement) throws GPClientException
GPClientExceptionSupercashCoupon createSupercashCoupon(SupercashCouponRequest couponRequest) throws GPClientException
GPClientExceptionSupercashBatchResult createSupercashCouponBatch(SupercashBatchRequest batchRequest) throws GPClientException
GPClientExceptionSupercashBatchState getSupercashCouponBatchStatus(Long batchId) throws GPClientException
GPClientExceptionSupercashBatch getSupercashCouponBatch(Long goId, Long batchId) throws GPClientException
GPClientExceptionSupercashBatch findSupercashCoupons(Long goId, Long... paymentSessionId) throws GPClientException
GPClientExceptionSupercashPayment getSupercashCoupon(Long couponId) throws GPClientException
GPClientExceptionString getApiUrl()
AccessToken getAccessToken()
void setAccessToken(AccessToken accessToken)
Copyright © 2017. All rights reserved.