 | IIntrastatEntityBaseGenerateFile Method |
Generates the file
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Intrastat
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxbool GenerateFile(
string filePath,
IErrors errors
)
Function GenerateFile (
filePath As String,
errors As IErrors
) As Boolean
Parameters
- filePath
- Type: SystemString
The file path - errors
- Type: EBP.Api.Interfaces.MiscIErrors
Error collection
Return Value
Type:
BooleanTrue if the file has been generated, otherwise
false
See Also