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+81fd6e9dd0e61491c37af71b183a89571ee770b3
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