Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseCorrection Class > PurchaseCorrection Properties > DelivererAddressId Property 

Drukuj

.NET Framework Class Library

PurchaseCorrection.DelivererAddressId Property

Id adresu 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 DelivererAddressId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intDelivererAddressId { getset; }

Visual C++

public:
property Nullable<intDelivererAddressId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_delivererAddressId();
function set_delivererAddressId(value);

See Also

PurchaseCorrection Class

PurchaseCorrection Members

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