Helper class for PricingProcedure handling.

Hierarchy

  • PricingProcedureInfo

Accessors

  • get name(): string
  • Returns string

Methods

  • Parameters

    • pConditionName: string

    Returns undefined | ConditionType

  • Returns the PricingProcedureLine for the given line level and counter. If the line doesn't exist and pFallbackToDefaultCounter is true, the default counter (0) will be used as a fallback.

    Parameters

    • pLevel: number
    • pCounter: number
    • pFallbackToDefaultCounter: boolean = true

    Returns undefined | PricingProcedureLine

Generated using TypeDoc