Class XAIPrepaidBalance
Inheritance
XAIPrepaidBalance
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public sealed class XAIPrepaidBalance : ICreditInfo
Properties
|
Edit this page
View Source
Changes
Declaration
[JsonProperty("changes")]
public XAIPrepaidBalance.XAIBalanceChange[] Changes { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[JsonProperty("total")]
public XAIPrepaidBalance.Amount Total { get; set; }
Property Value
|
Edit this page
View Source
TotalCredits
Total credits purchased by the user
Declaration
public double TotalCredits { get; }
Property Value
|
Edit this page
View Source
UsedCredits
Total credits used by the user
Declaration
public double UsedCredits { get; }
Property Value
Implements
Extension Methods