Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseCorrectionIssue Class > PurchaseCorrectionIssue Properties > SplitPayment Property 

Drukuj

.NET Framework Class Library

PurchaseCorrectionIssue.SplitPayment Property

Flaga MPP na dokumencie. Odpowiednik pola [SplitPayment] z importu specjalnego.

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 SplitPayment As Boolean
 Get
 Set

C#

public bool SplitPayment { getset; }

Visual C++

public:
property bool SplitPayment {
 bool get ();
 void set (bool value);
}

JavaScript

function get_splitPayment();
function set_splitPayment(value);

See Also

PurchaseCorrectionIssue Class

PurchaseCorrectionIssue Members

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