mindee-api-dotnet

InvoiceV4Document.LineItems Property

Declaring Type: InvoiceV4Document
Namespace: Mindee.Product.Invoice
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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