Uses of Class
com.onlinepayments.domain.CompletePaymentResponse
Packages that use CompletePaymentResponse
-
Uses of CompletePaymentResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CompletePaymentResponseModifier and TypeMethodDescriptionCompletePaymentResponse.withCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.CompletePaymentResponse.withMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentCompletePaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related properties -
Uses of CompletePaymentResponse in com.onlinepayments.merchant.complete
Methods in com.onlinepayments.merchant.complete that return CompletePaymentResponseModifier and TypeMethodDescriptionCompleteClient.completePayment(String paymentId, CompletePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete paymentCompleteClient.completePayment(String paymentId, CompletePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete paymentCompleteClientInterface.completePayment(String paymentId, CompletePaymentRequest body) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete paymentCompleteClientInterface.completePayment(String paymentId, CompletePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/complete - Complete payment