Class FixedListValidator
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class FixedListValidator
Properties
AllowedValues
List of the allowed values that the field will be validated against
Declaration
public IList<string> AllowedValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |