Class CrossIndustryInvoiceAttachment
The Cross-Industry Invoice attachment.
Assembly: FacturXDotNet.dll
csharp
public class CrossIndustryInvoiceAttachment : FacturXDocumentAttachment
Inheritance: System.Object
-> FacturXDotNet.FacturXDocumentAttachment
Methods
GetCrossIndustryInvoiceAsync(string?, CrossIndustryInvoiceReaderOptions?, CancellationToken)
Get the parsed Cross-Industry Invoice.
csharp
public Task<CrossIndustryInvoice> GetCrossIndustryInvoiceAsync(string? password = null, CrossIndustryInvoiceReaderOptions? options = null, CancellationToken cancellationToken = default)
Returns
System.Threading.Tasks.Task<FacturXDotNet.Models.CII.CrossIndustryInvoice>
: The parsed Cross-Industry Invoice.
Parameters
Type | Name | Description |
---|---|---|
System.String | password | The password to open the PDF document. |
FacturXDotNet.Parsing.CII.CrossIndustryInvoiceReaderOptions | options | The options to parse the Cross-Industry Invoice. |
System.Threading.CancellationToken | cancellationToken | The cancellation token. |