Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.SaleInvoice 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.SaleInvoice

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

DocumentIssue Class

DocumentIssue Members

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