Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculationResult Class

Drukuj

.NET Framework Class Library

PriceCalculationResult Class

Klasa reprezentująca rezultat wyliczenia ceny towaru.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class PriceCalculationResult _
 Inherits PriceCalculation

C#

public class PriceCalculationResult : PriceCalculation

Visual C++

public ref class PriceCalculationResult : public PriceCalculation

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceCalculationResult = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceCalculationResult',
 Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceCalculation);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceCalculation

  Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceCalculationResult

See Also

PriceCalculationResult Members

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace