| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
RefundOutput |
RefundResponse.getRefundOutput()
Object containing refund details
|
RefundOutput |
RefundOutput.withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
RefundOutput |
RefundOutput.withAmountPaid(Long value) |
RefundOutput |
RefundOutput.withCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value) |
RefundOutput |
RefundOutput.withEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value) |
RefundOutput |
RefundOutput.withMerchantParameters(String value)
It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.
|
RefundOutput |
RefundOutput.withMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value) |
RefundOutput |
RefundOutput.withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
RefundOutput |
RefundOutput.withRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value) |
RefundOutput |
RefundOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefundResponse.setRefundOutput(RefundOutput value)
Object containing refund details
|
RefundResponse |
RefundResponse.withRefundOutput(RefundOutput value)
Object containing refund details
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.