PaymentResult |
IGPConnector.capturePayment(Long id) |
PaymentResult |
AbstractGPConnector.capturePayment(Long id) |
Payment |
IGPConnector.createPayment(BasePayment payment) |
Payment |
AbstractGPConnector.createPayment(BasePayment payment) |
Payment |
IGPConnector.createRecurrentPayment(Long id,
NextPayment nextPayment) |
Payment |
AbstractGPConnector.createRecurrentPayment(Long id,
NextPayment nextPayment) |
SupercashCoupon |
IGPConnector.createSupercashCoupon(SupercashCouponRequest couponRequest) |
SupercashCoupon |
AbstractGPConnector.createSupercashCoupon(SupercashCouponRequest couponRequest) |
SupercashBatchResult |
IGPConnector.createSupercashCouponBatch(SupercashBatchRequest batchRequest) |
SupercashBatchResult |
AbstractGPConnector.createSupercashCouponBatch(SupercashBatchRequest batchRequest) |
List<EETReceipt> |
IGPConnector.findEETREceiptsByFilter(EETReceiptFilter filter) |
List<EETReceipt> |
AbstractGPConnector.findEETREceiptsByFilter(EETReceiptFilter filter) |
SupercashBatch |
IGPConnector.findSupercashCoupons(Long goId,
Long... paymentSessionId) |
SupercashBatch |
AbstractGPConnector.findSupercashCoupons(Long goId,
Long... paymentSessionIds) |
PaymentInstrumentRoot |
IGPConnector.generatePaymentInstruments(Long goId,
Currency currency) |
PaymentInstrumentRoot |
AbstractGPConnector.generatePaymentInstruments(Long goId,
Currency currency) |
byte[] |
IGPConnector.generateStatement(AccountStatement accountStatement) |
byte[] |
AbstractGPConnector.generateStatement(AccountStatement accountStatement) |
IGPConnector |
IGPConnector.getAppToken(String clientId,
String clientCredentials) |
IGPConnector |
AbstractGPConnector.getAppToken(String clientId,
String clientCredentials) |
IGPConnector |
IGPConnector.getAppToken(String clientId,
String clientCredentials,
String scope) |
IGPConnector |
AbstractGPConnector.getAppToken(String clientId,
String clientCredentials,
String scope) |
List<EETReceipt> |
IGPConnector.getEETReceiptByPaymentId(Long id) |
List<EETReceipt> |
AbstractGPConnector.getEETReceiptByPaymentId(Long id) |
SupercashPayment |
IGPConnector.getSupercashCoupon(Long couponId) |
SupercashPayment |
AbstractGPConnector.getSupercashCoupon(Long couponId) |
SupercashBatch |
IGPConnector.getSupercashCouponBatch(Long goId,
Long batchId) |
SupercashBatch |
AbstractGPConnector.getSupercashCouponBatch(Long goId,
Long batchId) |
SupercashBatchState |
IGPConnector.getSupercashCouponBatchStatus(Long batchId) |
SupercashBatchState |
AbstractGPConnector.getSupercashCouponBatchStatus(Long batchId) |
static void |
GPExceptionHandler.handleException(javax.ws.rs.WebApplicationException ex) |
Payment |
IGPConnector.paymentStatus(Long id) |
Payment |
AbstractGPConnector.paymentStatus(Long id) |
PaymentResult |
IGPConnector.refundPayment(Long id,
Long amount) |
PaymentResult |
AbstractGPConnector.refundPayment(Long id,
Long amount) |
PaymentResult |
IGPConnector.refundPayment(Long id,
RefundPayment refundPayment) |
PaymentResult |
AbstractGPConnector.refundPayment(Long id,
RefundPayment refundPayment) |
PaymentResult |
IGPConnector.voidAuthorization(Long id) |
PaymentResult |
AbstractGPConnector.voidAuthorization(Long id) |
PaymentResult |
IGPConnector.voidRecurrency(Long id) |
PaymentResult |
AbstractGPConnector.voidRecurrency(Long id) |