Class DeepSeekUserBalance.BalanceInfo
Inherited Members
Namespace: Glitch9.AIDevKit.DeepSeek
Assembly: Glitch9.AIDevKit.Provider.DeepSeek.dll
Syntax
public sealed class DeepSeekUserBalance.BalanceInfo
Properties
| Edit this page View SourceCurrency
Required. The currency of the balance. Possible values: [CNY, USD]
Declaration
[JsonProperty("currency")]
public string Currency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GrantedBalance
Required. The total not expired granted balance.
Declaration
[JsonProperty("granted_balance")]
public string GrantedBalance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ToppedUpBalance
Required. The total topped-up balance.
Declaration
[JsonProperty("topped_up_balance")]
public string ToppedUpBalance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |