A valid OrderDraft must not have price specified for certain OrderType
Inheritance Hierarchy
GF.Api.UtilsValidationError
GF.Api.Orders.Drafts.ValidationOrderDraftValidationError
GF.Api.Orders.Drafts.ValidationShouldNotHavePriceError
Namespace: GF.Api.Orders.Drafts.Validation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ShouldNotHavePriceError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShouldNotHavePriceError | Initializes a new instance of the ShouldNotHavePriceError class |
Properties
Name | Description | |
---|---|---|
FieldName | (Overrides OrderDraftValidationErrorFieldName.) | |
Message |
Error reason
(Overrides ValidationErrorMessage.) |
Methods
Name | Description | |
---|---|---|
ToString |
Convert to string
(Inherited from ValidationError.) |
See Also