Class ProductDetails
Inheritance
ProductDetails
Assembly: Inttegro.dll
Syntax
public sealed class ProductDetails
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, JsonNode?>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
Price
Declaration
[JsonPropertyName("price")]
public Price? Price { get; set; }
Property Value
|
Edit this page
View Source
Quantity
Declaration
[JsonPropertyName("quantity")]
public long? Quantity { get; set; }
Property Value
|
Edit this page
View Source
Reference
Declaration
[JsonPropertyName("reference")]
public string? Reference { get; set; }
Property Value
|
Edit this page
View Source
TaxCode
Declaration
[JsonPropertyName("tax_code")]
public string? TaxCode { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonPropertyName("type")]
public ProductType Type { get; set; }
Property Value