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

Drukuj

.NET Framework Class Library

PurchaseDocumentZMW.SellerId Property

Id kontrahenta - sprzedawcy.

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 SellerId As Integer
 Get
 Set

C#

public int SellerId { getset; }

Visual C++

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

JavaScript

function get_sellerId();
function set_sellerId(value);

See Also

PurchaseDocumentZMW Class

PurchaseDocumentZMW Members

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