ShouldNotHavePriceError Class

GF API Documentation
A valid OrderDraft must not have price specified for certain OrderType
Inheritance Hierarchy

SystemObject
  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

public sealed class ShouldNotHavePriceError : OrderDraftValidationError

The ShouldNotHavePriceError type exposes the following members.

Constructors

  NameDescription
Public methodShouldNotHavePriceError
Initializes a new instance of the ShouldNotHavePriceError class
Top
Properties

  NameDescription
Public propertyFieldName (Overrides OrderDraftValidationErrorFieldName.)
Public propertyMessage
Error reason
(Overrides ValidationErrorMessage.)
Top
Methods

  NameDescription
Public methodToString
Convert to string
(Inherited from ValidationError.)
Top
See Also

Reference