Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class LineItem

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

    Properties

    | Edit this page View Source

    Fee

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

    Product

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

    Shipping

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

    Type

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