| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
OrderReferences |
Order.getReferences()
Object that holds all reference properties that are linked to this transaction
|
OrderReferences |
OrderReferences.withDescriptor(String value)
Descriptive text that is used towards to customer, either during an online checkout at a third party and/or on the statement of the customer.
|
OrderReferences |
OrderReferences.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.
|
OrderReferences |
OrderReferences.withMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setReferences(OrderReferences value)
Object that holds all reference properties that are linked to this transaction
|
Order |
Order.withReferences(OrderReferences value)
Object that holds all reference properties that are linked to this transaction
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.