Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OrderLineItemGroup

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

    Properties

    | Edit this page View Source

    Extra

    Declaration
    [JsonExtensionData]
    public Dictionary<string, JsonElement>? Extra { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    | Edit this page View Source

    LineItems

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

    Total

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