Sage.PL.WebAPI.Interface.InventoryStates.ViewModels Namespace > InventoryState Class > InventoryState Properties > AmountToSale Property 

Drukuj

.NET Framework Class Library

InventoryState.AmountToSale Property

Stan handlowy towaru w magazynie - czyli stan towaru po uwzględnieniu rezerwacji.

Namespace: Sage.PL.WebAPI.Interface.InventoryStates.ViewModels

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

Syntax

Visual Basic

Public Property AmountToSale As Decimal
 Get
 Set

C#

public decimal AmountToSale { getset; }

Visual C++

public:
property Decimal AmountToSale {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_amountToSale();
function set_amountToSale(value);

See Also

InventoryState Class

InventoryState Members

Sage.PL.WebAPI.Interface.InventoryStates.ViewModels Namespace