Uses of Class
com.onlinepayments.domain.CancelPaymentRequest
Packages that use CancelPaymentRequest
-
Uses of CancelPaymentRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CancelPaymentRequestModifier and TypeMethodDescriptionCancelPaymentRequest.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesCancelPaymentRequest.withIsFinal(Boolean value) This property indicates whether this will be the final operation. -
Uses of CancelPaymentRequest in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments with parameters of type CancelPaymentRequestModifier 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