mindee-api-dotnet

LineItemsGenerator.Generate Method

Declaring Type: LineItemsGenerator
Namespace: Mindee.Parsing.Custom.LineItem
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Generate lines items from a list of names and the fields from API Builder response.

public static LineItems Generate(Anchor anchor, List<string> fieldNames, Dictionary<string, ListField> fields);

Parameters

anchor Anchor

Anchor

fieldNames List<string>

The names of the fields that need to be transformed into lines.

fields Dictionary<string, ListField>

The list of the fields from the API Builder.

Returns

LineItems


Documentation generated by MdDocs