Class SetDefaultUnitPriceRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class SetDefaultUnitPriceRequest
Properties
| Edit this page View SourcePriceId
Declaration
[JsonPropertyName("price_id")]
public string? PriceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductId
Declaration
[JsonPropertyName("product_id")]
public string? ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |