Click or drag to resize

IReadOnlyExportEInvoiceOptionsComplexEntityMember Interface

To save default parameters for next eInvoice export

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyExportEInvoiceOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyExportEInvoiceOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyArchiveFile
Gets the ArchiveFile member value
Public propertyCertificateId
Gets the CertificateId member value
Public propertyDestinationPath
Gets the DestinationPath member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFormat
Gets the Format member value
Public propertyOpenFile
Gets the OpenFile member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also