Uses of Class
cz.gopay.api.v3.model.payment.PaymentResult
Packages that use PaymentResult
-
Uses of PaymentResult in cz.gopay.api.v3
Methods in cz.gopay.api.v3 that return PaymentResultModifier and TypeMethodDescriptionAbstractGPConnector.capturePayment(Long id) AbstractGPConnector.capturePayment(Long id, CapturePayment capturePayment) IGPConnector.capturePayment(Long id) IGPConnector.capturePayment(Long id, CapturePayment capturePayment) PaymentClient.capturePayment(AuthHeader authHeader, Long id) PaymentClient.capturePayment(AuthHeader authHeader, Long id, CapturePayment capturePayment) AbstractGPConnector.refundPayment(Long id, RefundPayment refundPayment) AbstractGPConnector.refundPayment(Long id, Long amount) IGPConnector.refundPayment(Long id, RefundPayment refundPayment) IGPConnector.refundPayment(Long id, Long amount) PaymentClient.refundPayment(AuthHeader authHeader, Long id, RefundPayment refundPayment) PaymentClient.refundPayment(AuthHeader authHeader, Long id, Long amount) AbstractGPConnector.voidAuthorization(Long id) IGPConnector.voidAuthorization(Long id) PaymentClient.voidAuthorization(AuthHeader authHeader, Long id) PaymentClient.voidRecurrence(AuthHeader authHeader, Long id) AbstractGPConnector.voidRecurrency(Long id) IGPConnector.voidRecurrency(Long id) -
Uses of PaymentResult in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return PaymentResultModifier and TypeMethodDescriptionPaymentResult.accepted()static PaymentResultPaymentResult.success()