Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceOrderResult Class > PriceOrderResult Properties > Contractor Property 

Drukuj

.NET Framework Class Library

PriceOrderResult.Contractor Property

Dane o kontrahencie.

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

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 Contractor As PriceOrderContractor
 Get
 Set

C#

public PriceOrderContractor Contractor { getset; }

Visual C++

public:
property PriceOrderContractorContractor {
 PriceOrderContractorget ();
 void set (PriceOrderContractorvalue);
}

JavaScript

function get_contractor();
function set_contractor(value);

See Also

PriceOrderResult Class

PriceOrderResult Members

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