public class ValueMappingElement extends Object
Constructor and Description |
---|
ValueMappingElement() |
Modifier and Type | Method and Description |
---|---|
List<PaymentProductFieldDisplayElement> |
getDisplayElements()
List of extra data of the value.
|
String |
getDisplayName()
Deprecated.
Use displayElements instead with ID 'displayName'
|
String |
getValue()
Value corresponding to the key
|
void |
setDisplayElements(List<PaymentProductFieldDisplayElement> value)
List of extra data of the value.
|
void |
setDisplayName(String value)
Deprecated.
Use displayElements instead with ID 'displayName'
|
void |
setValue(String value)
Value corresponding to the key
|
public List<PaymentProductFieldDisplayElement> getDisplayElements()
public void setDisplayElements(List<PaymentProductFieldDisplayElement> value)
@Deprecated public String getDisplayName()
@Deprecated public void setDisplayName(String value)
public String getValue()
public void setValue(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.