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

Drukuj

.NET Framework Class Library

PurchaseCorrection.CorrectionReason Property

Przyczyna korekty.

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 CorrectionReason As String
 Get
 Set

C#

public string CorrectionReason { getset; }

Visual C++

public:
property StringCorrectionReason {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_correctionReason();
function set_correctionReason(value);

See Also

PurchaseCorrection Class

PurchaseCorrection Members

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