Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class Product

    Inheritance
    object
    Product
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    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
    Type Description
    string
    | Edit this page View Source

    Active

    Declaration
    [JsonPropertyName("active")]
    public bool? Active { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ApplicationId

    Declaration
    [JsonPropertyName("application_id")]
    public string? ApplicationId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Archived

    Declaration
    [JsonPropertyName("archived")]
    public bool? Archived { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ArchivedAt

    Declaration
    [JsonPropertyName("archived_at")]
    public string? ArchivedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Attributes

    Declaration
    [JsonPropertyName("attributes")]
    public Dictionary<string, string>? Attributes { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    Category

    Declaration
    [JsonPropertyName("category")]
    public ProductCategory? Category { get; set; }
    Property Value
    Type Description
    ProductCategory
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string? CreatedAt { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CustomData

    Declaration
    [JsonPropertyName("custom_data")]
    public Dictionary<string, string>? CustomData { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    DefaultUnitPrice

    Declaration
    [JsonPropertyName("default_unit_price")]
    public ProductDefaultUnitPrice? DefaultUnitPrice { get; set; }
    Property Value
    Type Description
    ProductDefaultUnitPrice
    | Edit this page View Source

    Description

    Declaration
    [JsonPropertyName("description")]
    public string? Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Media

    Declaration
    [JsonPropertyName("media")]
    public List<ProductMediaItem>? Media { get; set; }
    Property Value
    Type Description
    List<ProductMediaItem>
    | Edit this page View Source

    Name

    Declaration
    [JsonPropertyName("name")]
    public string? Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Prices

    Declaration
    [JsonPropertyName("prices")]
    public List<ProductPriceSummary>? Prices { get; set; }
    Property Value
    Type Description
    List<ProductPriceSummary>
    | Edit this page View Source

    Reference

    Declaration
    [JsonPropertyName("reference")]
    public string? Reference { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Shipment

    Declaration
    [JsonPropertyName("shipment")]
    public ProductShipment? Shipment { get; set; }
    Property Value
    Type Description
    ProductShipment
    | Edit this page View Source

    TaxCode

    Declaration
    [JsonPropertyName("tax_code")]
    public string? TaxCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonPropertyName("type")]
    public ProductType Type { get; set; }
    Property Value
    Type Description
    ProductType
    | Edit this page View Source

    UpdatedAt

    Declaration
    [JsonPropertyName("updated_at")]
    public string? UpdatedAt { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX