Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business Namespace > BusinessDocumentIssue Class > BusinessDocumentIssue Properties > SplitPaymentType Property 

Drukuj

.NET Framework Class Library

BusinessDocumentIssue.SplitPaymentType Property

Typ mechanizmu podzielnej płatności.

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

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 enumFKSplitPaymentType
 Get
 Set

C#

public enumFKSplitPaymentType SplitPaymentType { getset; }

Visual C++

public:
property enumFKSplitPaymentType SplitPaymentType {
 enumFKSplitPaymentType get ();
 void set (enumFKSplitPaymentType value);
}

JavaScript

function get_splitPaymentType();
function set_splitPaymentType(value);

See Also

BusinessDocumentIssue Class

BusinessDocumentIssue Members

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