Class ValueMappingElement
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.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 |