mindee-api-dotnet

InvoiceV4Document.LineItems Property

Declaring Type: InvoiceV4Document
Namespace: Mindee.Product.Invoice
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

List of line item details.

[JsonPropertyName("line_items")]
[JsonConverter(Mindee.Parsing.ObjectListJsonConverter`2<Mindee.Product.Invoice.InvoiceV4LineItems,Mindee.Product.Invoice.InvoiceV4LineItem>)]
public InvoiceV4LineItems LineItems { get; set; }

Property Value

InvoiceV4LineItems


Documentation generated by MdDocs