Uses of Class
com.onlinepayments.domain.RefundResponse
Packages that use RefundResponse
Package
Description
-
Uses of RefundResponse in com.onlinepayments
Methods in com.onlinepayments that return RefundResponse -
Uses of RefundResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RefundResponseModifier and TypeMethodDescriptionWebhooksEvent.getRefund()RefundErrorResponse.getRefundResult()This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.Our unique payment transaction identifierRefundResponse.withRefundOutput(RefundOutput value) Object containing refund detailsRefundResponse.withStatus(String value) Current high-level status of the payment in a human-readable form.RefundResponse.withStatusOutput(OrderStatusOutput value) Methods in com.onlinepayments.domain that return types with arguments of type RefundResponseModifier and TypeMethodDescriptionRefundsResponse.getRefunds()The list of all refunds performed on the requested payment.Methods in com.onlinepayments.domain with parameters of type RefundResponseModifier and TypeMethodDescriptionvoidWebhooksEvent.setRefund(RefundResponse refund) voidRefundErrorResponse.setRefundResult(RefundResponse value) This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.RefundErrorResponse.withRefundResult(RefundResponse value) This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.Method parameters in com.onlinepayments.domain with type arguments of type RefundResponseModifier and TypeMethodDescriptionvoidRefundsResponse.setRefunds(List<RefundResponse> value) The list of all refunds performed on the requested payment.RefundsResponse.withRefunds(List<RefundResponse> value) The list of all refunds performed on the requested payment. -
Uses of RefundResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return RefundResponseModifier and TypeMethodDescriptionPaymentsClient.refundPayment(String paymentId, RefundRequest body) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund paymentPaymentsClient.refundPayment(String paymentId, RefundRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund paymentPaymentsClientInterface.refundPayment(String paymentId, RefundRequest body) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund paymentPaymentsClientInterface.refundPayment(String paymentId, RefundRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/refund - Refund payment