Uses of Class
com.onlinepayments.domain.CapturesResponse
Packages that use CapturesResponse
-
Uses of CapturesResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CapturesResponseModifier and TypeMethodDescriptionCapturesResponse.withCaptures(List<Capture> value) The list of all captures performed on the requested payment. -
Uses of CapturesResponse in com.onlinepayments.merchant.captures
Methods in com.onlinepayments.merchant.captures that return CapturesResponseModifier and TypeMethodDescriptionCapturesClient.getCaptures(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of paymentCapturesClient.getCaptures(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of paymentCapturesClientInterface.getCaptures(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of paymentCapturesClientInterface.getCaptures(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/captures - Get captures of payment