Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > OrderWZ Class > OrderWZ Properties > RecipientId Property 

Drukuj

.NET Framework Class Library

OrderWZ.RecipientId Property

Id kontrahenta - odbiorcy.

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

C#

public int RecipientId { getset; }

Visual C++

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

JavaScript

function get_recipientId();
function set_recipientId(value);

See Also

OrderWZ Class

OrderWZ Members

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