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

Drukuj

.NET Framework Class Library

PriceOrderResult 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 PriceOrderResult _
 Inherits PriceOrder

C#

public class PriceOrderResult : PriceOrder

Visual C++

public ref class PriceOrderResult : public PriceOrder

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderResult = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations.PriceOrderResult',
 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.PriceOrderResult

See Also

PriceOrderResult Members

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