Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > OrderFV Class > OrderFV Properties > BuyerId Property 

Drukuj

.NET Framework Class Library

OrderFV.BuyerId Property

Id kontrahenta - nabywcy.

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

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

Syntax

Visual Basic

Public Property BuyerId As Integer
 Get
 Set

C#

public int BuyerId { getset; }

Visual C++

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

JavaScript

function get_buyerId();
function set_buyerId(value);

See Also

OrderFV Class

OrderFV Members

Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace