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