Class CatalogPriceParams
Inheritance
CatalogPriceParams
Assembly: Inttegro.dll
Syntax
public sealed class CatalogPriceParams
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { get; set; }
Property Value
|
Edit this page
View Source
Amount
Declaration
[JsonPropertyName("amount")]
public AmountParams? Amount { get; set; }
Property Value
|
Edit this page
View Source
Label
Declaration
[JsonPropertyName("label")]
public string? Label { get; set; }
Property Value
|
Edit this page
View Source
ProductId
Declaration
[JsonPropertyName("product_id")]
public string? ProductId { get; set; }
Property Value