Class RangeValidator
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class RangeValidator
Properties
MaxValue
Upper value of the range that is still valid
Declaration
public int? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinValue
Lower value of the range that is still valid
Declaration
public int? MinValue { get; set; }
Property Value
Type | Description |
---|---|
int? |