Click or drag to resize

IFinvoiceExport Interface

A bridge between the new generated schema exports and the ye olden hand crafted Finvoices. Also why not. To use between the versions instead of the concrete base class.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
Syntax
public interface IFinvoiceExport : IInvoiceExport

The IFinvoiceExport type exposes the following members.

Methods
 NameDescription
Public methodGenerateFinvoices Generating Finvoices of invoices with certain status
Public methodWriteInvoice Write invoice to given stream
Public methodWriteSoapEnvelope Write SOAP header to given stream
Top
See Also