Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class FeeDetailsParams

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

    Properties

    | Edit this page View Source

    Amount

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

    Description

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

    Id

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

    Label

    Declaration
    [JsonPropertyName("label")]
    public string? Label { 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