public class Ucv1sessionsDataMerchantDefinedInformation extends Object
| Constructor | Description |
|---|---|
Ucv1sessionsDataMerchantDefinedInformation() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getKey() |
The key or identifier for the merchant-defined data field.
|
String |
getValue() |
The value you assign for your merchant-defined data field.<br><br> Optional field: This field cannot be configured through the Merchant Experience screens in the Business Center, but if required should be provided on a per‑transaction basis in the uc/v1/sessions API request.
|
int |
hashCode() |
|
Ucv1sessionsDataMerchantDefinedInformation |
key(String key) |
|
void |
setKey(String key) |
|
void |
setValue(String value) |
|
String |
toString() |
|
Ucv1sessionsDataMerchantDefinedInformation |
value(String value) |
public Ucv1sessionsDataMerchantDefinedInformation()
public Ucv1sessionsDataMerchantDefinedInformation key(String key)
public String getKey()
public void setKey(String key)
public Ucv1sessionsDataMerchantDefinedInformation value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2026. All rights reserved.