Class UpdatePriceRequest
Inheritance
UpdatePriceRequest
Assembly: Inttegro.dll
Syntax
public sealed class UpdatePriceRequest
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { 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
PriceId
Declaration
[JsonPropertyName("price_id")]
public string? PriceId { get; set; }
Property Value
|
Edit this page
View Source
ProductId
Declaration
[JsonPropertyName("product_id")]
public string? ProductId { get; set; }
Property Value