Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > QuantitativeDiscountListElement Class > QuantitativeDiscountListElement Properties > Discounts Property 

Drukuj

.NET Framework Class Library

QuantitativeDiscountListElement.Discounts Property

Lista upustów ilościowych.

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 Property Discounts As List(Of QuantitativeDiscount)
 Get
 Set

C#

public List<QuantitativeDiscountDiscounts { getset; }

Visual C++

public:
property List<QuantitativeDiscount^>^ Discounts {
 List<QuantitativeDiscount^>^ get ();
 void set (List<QuantitativeDiscount^>^ value);
}

JavaScript

function get_discounts();
function set_discounts(value);

See Also

QuantitativeDiscountListElement Class

QuantitativeDiscountListElement Members

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