Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ProductDetails

    Inheritance
    object
    ProductDetails
    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 ProductDetails

    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

    CustomData

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

    Id

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

    Name

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

    Price

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

    Quantity

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

    Reference

    Declaration
    [JsonPropertyName("reference")]
    public string? Reference { get; set; }
    Property Value
    Type Description
    string
    | 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
    In this article
    Back to top Generated by DocFX