Class LineItem
Assembly: Inttegro.dll
Syntax
public sealed class LineItem
Properties
|
Edit this page
View Source
Fee
Declaration
[JsonPropertyName("fee")]
public FeeDetails? Fee { get; set; }
Property Value
|
Edit this page
View Source
Product
Declaration
[JsonPropertyName("product")]
public ProductDetails? Product { get; set; }
Property Value
|
Edit this page
View Source
Shipping
Declaration
[JsonPropertyName("shipping")]
public ShippingDetails? Shipping { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public LineItemType Type { get; set; }
Property Value