Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP Namespace > PaymentKPIssue Class > PaymentKPIssue Properties > Invoices Property 

Drukuj

.NET Framework Class Library

PaymentKPIssue.Invoices Property

Lista faktur do rozliczenia.

Namespace: Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP

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

Syntax

Visual Basic

Public Property Invoices As List(Of PaymentKPIssueInvoice)
 Get
 Set

C#

public List<PaymentKPIssueInvoiceInvoices { getset; }

Visual C++

public:
property List<PaymentKPIssueInvoice^>^ Invoices {
 List<PaymentKPIssueInvoice^>^ get ();
 void set (List<PaymentKPIssueInvoice^>^ value);
}

JavaScript

function get_invoices();
function set_invoices(value);

See Also

PaymentKPIssue Class

PaymentKPIssue Members

Sage.PL.WebAPI.Interface.Payments.ViewModels.IssueKP Namespace