Uses of Class
com.onlinepayments.domain.RefundsResponse
Packages that use RefundsResponse
-
Uses of RefundsResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RefundsResponseModifier and TypeMethodDescriptionRefundsResponse.withRefunds(List<RefundResponse> value) The list of all refunds performed on the requested payment. -
Uses of RefundsResponse in com.onlinepayments.merchant.refunds
Methods in com.onlinepayments.merchant.refunds that return RefundsResponseModifier and TypeMethodDescriptionRefundsClient.getRefunds(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of paymentRefundsClient.getRefunds(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of paymentRefundsClientInterface.getRefunds(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of paymentRefundsClientInterface.getRefunds(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refunds - Get refunds of payment