Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentZMW Class > PurchaseDocumentZMW Properties > DelivererId Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentZMW.DelivererId Property

Id kontrahenta - dostawcy.

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

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

Syntax

Visual Basic

Public Property DelivererId As Integer
 Get
 Set

C#

public int DelivererId { getset; }

Visual C++

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

JavaScript

function get_delivererId();
function set_delivererId(value);

See Also

PurchaseDocumentZMW Class

PurchaseDocumentZMW Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace