| Package | Description |
|---|---|
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
SubsequentPaymentResponse.getPayment()
Object that holds the payment related properties
|
PaymentResponse |
CancelPaymentResponse.getPayment()
Object that holds the payment related properties
|
PaymentResponse |
CreatedPaymentOutput.getPayment()
Object that holds the payment related properties
|
PaymentResponse |
CompletePaymentResponse.getPayment()
Object that holds the payment related properties
|
PaymentResponse |
CreatePaymentResponse.getPayment()
Object that holds the payment related properties
|
PaymentResponse |
WebhooksEvent.getPayment() |
PaymentResponse |
PaymentResponse.withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
Hosted Checkout specific information.
|
PaymentResponse |
PaymentResponse.withId(String value)
Our unique payment transaction identifier
|
PaymentResponse |
PaymentResponse.withPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentResponse |
PaymentResponse.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
PaymentResponse |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubsequentPaymentResponse.setPayment(PaymentResponse value)
Object that holds the payment related properties
|
void |
CancelPaymentResponse.setPayment(PaymentResponse value)
Object that holds the payment related properties
|
void |
CreatedPaymentOutput.setPayment(PaymentResponse value)
Object that holds the payment related properties
|
void |
CompletePaymentResponse.setPayment(PaymentResponse value)
Object that holds the payment related properties
|
void |
CreatePaymentResponse.setPayment(PaymentResponse value)
Object that holds the payment related properties
|
void |
WebhooksEvent.setPayment(PaymentResponse payment) |
SubsequentPaymentResponse |
SubsequentPaymentResponse.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
CancelPaymentResponse |
CancelPaymentResponse.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
CreatedPaymentOutput |
CreatedPaymentOutput.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
CompletePaymentResponse |
CompletePaymentResponse.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
CreatePaymentResponse |
CreatePaymentResponse.withPayment(PaymentResponse value)
Object that holds the payment related properties
|
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
PaymentsClientInterface.getPayment(String paymentId)
Resource /v2/{merchantId}/payments/{paymentId}
- Get payment
|
PaymentResponse |
PaymentsClient.getPayment(String paymentId)
Resource /v2/{merchantId}/payments/{paymentId}
- Get payment
|
PaymentResponse |
PaymentsClientInterface.getPayment(String paymentId,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}
- Get payment
|
PaymentResponse |
PaymentsClient.getPayment(String paymentId,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}
- Get payment
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.