Uses of Class
com.onlinepayments.domain.RefundRequest
Packages that use RefundRequest
-
Uses of RefundRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RefundRequestModifier and TypeMethodDescriptionRefundRequest.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesRefundRequest.withCaptureId(String value) The identifier of the capture that is used for partial refund.RefundRequest.withOperationReferences(OperationPaymentReferences value) Object that holds all reference properties that are linked to this transactionRefundRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction. -
Uses of RefundRequest in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments with parameters of type RefundRequestModifier 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