Uses of Class
com.onlinepayments.domain.CancelPaymentResponse
Packages that use CancelPaymentResponse
-
Uses of CancelPaymentResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CancelPaymentResponseModifier and TypeMethodDescriptionCancelPaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related properties -
Uses of CancelPaymentResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return CancelPaymentResponseModifier and TypeMethodDescriptionPaymentsClient.cancelPayment(String paymentId, CancelPaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel paymentPaymentsClient.cancelPayment(String paymentId, CancelPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel paymentPaymentsClientInterface.cancelPayment(String paymentId, CancelPaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel paymentPaymentsClientInterface.cancelPayment(String paymentId, CancelPaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/cancel - Cancel payment