Uses of Class
com.onlinepayments.domain.CapturePaymentRequest
Packages that use CapturePaymentRequest
-
Uses of CapturePaymentRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CapturePaymentRequestModifier and TypeMethodDescriptionCapturePaymentRequest.withAmount(Long value) Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).CapturePaymentRequest.withIsFinal(Boolean value) This property indicates whether this will be the final operation.CapturePaymentRequest.withOperationReferences(OperationPaymentReferences value) Object that holds all reference properties that are linked to this transactionCapturePaymentRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction. -
Uses of CapturePaymentRequest in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments with parameters of type CapturePaymentRequestModifier and TypeMethodDescriptionPaymentsClient.capturePayment(String paymentId, CapturePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClient.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClientInterface.capturePayment(String paymentId, CapturePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture paymentPaymentsClientInterface.capturePayment(String paymentId, CapturePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/capture - Capture payment