Class OrderLineItemGroup
Inheritance
OrderLineItemGroup
Assembly: Inttegro.dll
Syntax
public sealed class OrderLineItemGroup
Properties
|
Edit this page
View Source
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement>? Extra { get; set; }
Property Value
|
Edit this page
View Source
LineItems
Declaration
[JsonPropertyName("line_items")]
public List<LineItem>? LineItems { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[JsonPropertyName("total")]
public Amount? Total { get; set; }
Property Value