Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class LineItemParams

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

    Properties

    | Edit this page View Source

    Fee

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

    Product

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

    Shipping

    Declaration
    [JsonPropertyName("shipping")]
    public ShippingDetailsParams? Shipping { get; set; }
    Property Value
    Type Description
    ShippingDetailsParams
    | 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