Class ValueMappingElement
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ValueMappingElement
Properties
DisplayElements
List of extra data of the value.
Declaration
public IList<PaymentProductFieldDisplayElement> DisplayElements { get; set; }
Property Value
Type | Description |
---|---|
IList<PaymentProductFieldDisplayElement> |
DisplayName
Key name
Declaration
[Obsolete("Use displayElements instead with ID 'displayName'")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value corresponding to the key
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |