Class Product
Assembly: Inttegro.dll
Syntax
public sealed class Product
Properties
|
Edit this page
View Source
About
Declaration
[JsonPropertyName("about")]
public string? About { get; set; }
Property Value
|
Edit this page
View Source
Active
Declaration
[JsonPropertyName("active")]
public bool? Active { get; set; }
Property Value
|
Edit this page
View Source
ApplicationId
Declaration
[JsonPropertyName("application_id")]
public string? ApplicationId { get; set; }
Property Value
|
Edit this page
View Source
Archived
Declaration
[JsonPropertyName("archived")]
public bool? Archived { get; set; }
Property Value
|
Edit this page
View Source
ArchivedAt
Declaration
[JsonPropertyName("archived_at")]
public string? ArchivedAt { get; set; }
Property Value
|
Edit this page
View Source
Attributes
Declaration
[JsonPropertyName("attributes")]
public Dictionary<string, string>? Attributes { get; set; }
Property Value
|
Edit this page
View Source
Category
Declaration
[JsonPropertyName("category")]
public ProductCategory? Category { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
DefaultUnitPrice
Declaration
[JsonPropertyName("default_unit_price")]
public ProductDefaultUnitPrice? DefaultUnitPrice { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonPropertyName("description")]
public string? Description { 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
Declaration
[JsonPropertyName("media")]
public List<ProductMediaItem>? Media { 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
Prices
Declaration
[JsonPropertyName("prices")]
public List<ProductPriceSummary>? Prices { 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
Shipment
Declaration
[JsonPropertyName("shipment")]
public ProductShipment? Shipment { 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
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value