Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class ShippingDetails

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

    Properties

    | 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

    Fee

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

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { 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
    In this article
    Back to top Generated by DocFX