Uses of Class
com.onlinepayments.domain.PaymentResponse
Packages that use PaymentResponse
-
Uses of PaymentResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentResponseModifier and TypeMethodDescriptionCancelPaymentResponse.getPayment()Object that holds the payment related propertiesCompletePaymentResponse.getPayment()Object that holds the payment related propertiesCreatedPaymentOutput.getPayment()Object that holds the payment related propertiesCreatePaymentResponse.getPayment()Object that holds the payment related propertiesSubsequentPaymentResponse.getPayment()Object that holds the payment related propertiesWebhooksEvent.getPayment()PaymentResponse.withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value) Hosted Checkout specific information.Our unique payment transaction identifierPaymentResponse.withPaymentOutput(PaymentOutput value) Object containing payment detailsPaymentResponse.withStatus(String value) Current high-level status of the payment in a human-readable form.PaymentResponse.withStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.Methods in com.onlinepayments.domain with parameters of type PaymentResponseModifier and TypeMethodDescriptionvoidCancelPaymentResponse.setPayment(PaymentResponse value) Object that holds the payment related propertiesvoidCompletePaymentResponse.setPayment(PaymentResponse value) Object that holds the payment related propertiesvoidCreatedPaymentOutput.setPayment(PaymentResponse value) Object that holds the payment related propertiesvoidCreatePaymentResponse.setPayment(PaymentResponse value) Object that holds the payment related propertiesvoidSubsequentPaymentResponse.setPayment(PaymentResponse value) Object that holds the payment related propertiesvoidWebhooksEvent.setPayment(PaymentResponse payment) CancelPaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related propertiesCompletePaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related propertiesCreatedPaymentOutput.withPayment(PaymentResponse value) Object that holds the payment related propertiesCreatePaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related propertiesSubsequentPaymentResponse.withPayment(PaymentResponse value) Object that holds the payment related properties -
Uses of PaymentResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return PaymentResponseModifier and TypeMethodDescriptionPaymentsClient.getPayment(String paymentId) Resource /v2/{merchantId}/payments/{paymentId} - Get paymentPaymentsClient.getPayment(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId} - Get paymentPaymentsClientInterface.getPayment(String paymentId) Resource /v2/{merchantId}/payments/{paymentId} - Get paymentPaymentsClientInterface.getPayment(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId} - Get payment