Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > CreditLimit Property 

Drukuj

.NET Framework Class Library

Contractor.CreditLimit Property

Flaga oznaczająca, czy kontrahent posiada limit kredytowy. Odpowiednik pola [aktywnyKredyt] z obiektu SynchroSubject.

Namespace: Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels

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

Syntax

Visual Basic

Public Property CreditLimit As Boolean
 Get
 Set

C#

public bool CreditLimit { getset; }

Visual C++

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

JavaScript

function get_creditLimit();
function set_creditLimit(value);

See Also

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace