Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class BalanceBreakdown

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

    Properties

    | Edit this page View Source

    Available

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

    IncludesTransactionsBefore

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

    Pending

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

    Refund

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

    Reserved

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