Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductSalePriceBase Class

Drukuj

.NET Framework Class Library

ProductSalePriceBase Class

Klasa reprezentująca podstawowe informacje o cenie sprzedaży towaru.

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

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 ProductSalePriceBase _
 Inherits ProductPrice

C#

public class ProductSalePriceBase : ProductPrice

Visual C++

public ref class ProductSalePriceBase : public ProductPrice

JavaScript

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductSalePriceBase = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductSalePriceBase',
 Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductPrice);

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductPrice

  Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductSalePriceBase

    Sage.PL.WebAPI.Interface.Products.ViewModels.Prices.ProductSalePrice

See Also

ProductSalePriceBase Members

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