Search Results for

    Show / Hide Table of Contents

    Class DeepSeekUserBalance.BalanceInfo

    Inheritance
    object
    DeepSeekUserBalance.BalanceInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.DeepSeek
    Assembly: Glitch9.AIDevKit.Provider.DeepSeek.dll
    Syntax
    public sealed class DeepSeekUserBalance.BalanceInfo

    Properties

    | Edit this page View Source

    Currency

    Required. The currency of the balance. Possible values: [CNY, USD]

    Declaration
    [JsonProperty("currency")]
    public string Currency { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GrantedBalance

    Required. The total not expired granted balance.

    Declaration
    [JsonProperty("granted_balance")]
    public string GrantedBalance { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ToppedUpBalance

    Required. The total topped-up balance.

    Declaration
    [JsonProperty("topped_up_balance")]
    public string ToppedUpBalance { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TotalBalance

    Required. The total available balance, including the granted balance and the topped-up balance.

    Declaration
    [JsonProperty("total_balance")]
    public string TotalBalance { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation