Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentIssue Class > DocumentIssue Properties > SplitPaymentType Property 

Drukuj

.NET Framework Class Library

DocumentIssue.SplitPaymentType Property

Typ mechanizmu podzielnej płatności. Odpowiednik pola [mppFlags] z obiektu PDokument.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom

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

Syntax

Visual Basic

Public Property SplitPaymentType As Nullable(Of enumFKSplitPaymentType)
 Get
 Set

C#

public Nullable<enumFKSplitPaymentTypeSplitPaymentType { getset; }

Visual C++

public:
property Nullable<enumFKSplitPaymentTypeSplitPaymentType {
 Nullable<enumFKSplitPaymentTypeget ();
 void set (Nullable<enumFKSplitPaymentTypevalue);
}

JavaScript

function get_splitPaymentType();
function set_splitPaymentType(value);

See Also

DocumentIssue Class

DocumentIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace