Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PaymentForm Class > PaymentForm Properties > Days Property 

Drukuj

.NET Framework Class Library

PaymentForm.Days Property

Termin płatności w dniach. Odpowiednik pola [termin] z obiektu BFormaPl.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property Days As Integer
 Get
 Set

C#

public int Days { getset; }

Visual C++

public:
property int Days {
 int get ();
 void set (int value);
}

JavaScript

function get_days();
function set_days(value);

See Also

PaymentForm Class

PaymentForm Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace