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

Drukuj

.NET Framework Class Library

PriceOrder Class

Klasa bazowa reprezentująca informację o wyliczaniu 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 MustInherit Class PriceOrder

C#

public abstract class PriceOrder

Visual C++

public ref class PriceOrder abstract

JavaScript

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

Inheritance Hierarchy

System.Object

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

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

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

See Also

PriceOrder Members

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