Uses of Class
com.onlinepayments.domain.CreatePaymentResponse
Packages that use CreatePaymentResponse
Package
Description
-
Uses of CreatePaymentResponse in com.onlinepayments
Methods in com.onlinepayments that return CreatePaymentResponse -
Uses of CreatePaymentResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatePaymentResponseModifier and TypeMethodDescriptionPaymentErrorResponse.getPaymentResult()Object that contains details on the created payment in case one has been created.CreatePaymentResponse.withCreationOutput(PaymentCreationOutput value) Object containing the details of the created payment.CreatePaymentResponse.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 paymentCreatePaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related propertiesMethods in com.onlinepayments.domain with parameters of type CreatePaymentResponseModifier and TypeMethodDescriptionvoidPaymentErrorResponse.setPaymentResult(CreatePaymentResponse value) Object that contains details on the created payment in case one has been created.PaymentErrorResponse.withPaymentResult(CreatePaymentResponse value) Object that contains details on the created payment in case one has been created. -
Uses of CreatePaymentResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return CreatePaymentResponseModifier and TypeMethodDescriptionPaymentsClient.createPayment(CreatePaymentRequest body) Resource /v2/{merchantId}/payments - Create paymentPaymentsClient.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create paymentPaymentsClientInterface.createPayment(CreatePaymentRequest body) Resource /v2/{merchantId}/payments - Create paymentPaymentsClientInterface.createPayment(CreatePaymentRequest body, CallContext context) Resource /v2/{merchantId}/payments - Create payment