public class OrderReferences extends Object
| Constructor and Description |
|---|
OrderReferences() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor()
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.
|
String |
getMerchantParameters()
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.
|
String |
getMerchantReference()
Your unique reference of the transaction that is also returned in our report files.
|
void |
setDescriptor(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.
|
void |
setMerchantParameters(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.
|
void |
setMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
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 |
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 |
withMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
public String getDescriptor()
public void setDescriptor(String value)
public OrderReferences withDescriptor(String value)
public String getMerchantParameters()
public void setMerchantParameters(String value)
public OrderReferences withMerchantParameters(String value)
public String getMerchantReference()
public void setMerchantReference(String value)
public OrderReferences withMerchantReference(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.