Class LengthValidator
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class LengthValidator
Properties
MaxLength
The maximum allowed length
Declaration
public int? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinLength
The minimum allowed length
Declaration
public int? MinLength { get; set; }
Property Value
Type | Description |
---|---|
int? |