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