Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > Intrastat Property 

Drukuj

.NET Framework Class Library

Product.Intrastat Property

Dane intrastat towaru.

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

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

Syntax

Visual Basic

Public Property Intrastat As ProductIntrastat
 Get
 Set

C#

public ProductIntrastat Intrastat { getset; }

Visual C++

public:
property ProductIntrastatIntrastat {
 ProductIntrastatget ();
 void set (ProductIntrastatvalue);
}

JavaScript

function get_intrastat();
function set_intrastat(value);

See Also

Product Class

Product Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace