Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > AdvancePaymentOptions Class > AdvancePaymentOptions Properties > AutomaticFillPositions Property 

Drukuj

.NET Framework Class Library

AdvancePaymentOptions.AutomaticFillPositions Property

Flaga czy pozycje faktury zaliczkowej mają być uzupełnione automatycznie.

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

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

Syntax

Visual Basic

Public Property AutomaticFillPositions As Boolean
 Get
 Set

C#

public bool AutomaticFillPositions { getset; }

Visual C++

public:
property bool AutomaticFillPositions {
 bool get ();
 void set (bool value);
}

JavaScript

function get_automaticFillPositions();
function set_automaticFillPositions(value);

See Also

AdvancePaymentOptions Class

AdvancePaymentOptions Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace