Uses of Class
com.onlinepayments.domain.PaymentDetailsResponse
Packages that use PaymentDetailsResponse
-
Uses of PaymentDetailsResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentDetailsResponseModifier and TypeMethodDescriptionPaymentDetailsResponse.withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value) Hosted Checkout specific information.Our unique payment transaction identifierPaymentDetailsResponse.withOperations(List<OperationOutput> value) Object that contains the complete list of operations executed on the payment.PaymentDetailsResponse.withPaymentOutput(PaymentOutput value) Object containing payment detailsPaymentDetailsResponse.withStatus(String value) Current high-level status of the payment in a human-readable form.PaymentDetailsResponse.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. -
Uses of PaymentDetailsResponse in com.onlinepayments.merchant.payments
Methods in com.onlinepayments.merchant.payments that return PaymentDetailsResponseModifier and TypeMethodDescriptionPaymentsClient.getPaymentDetails(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment detailsPaymentsClient.getPaymentDetails(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment detailsPaymentsClientInterface.getPaymentDetails(String paymentId) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment detailsPaymentsClientInterface.getPaymentDetails(String paymentId, CallContext context) Resource /v2/{merchantId}/payments/{paymentId}/details - Get payment details