Class XAIPrepaidBalance
public class XAIPrepaidBalance : ICreditData
- Inheritance
-
objectXAIPrepaidBalance
- Implements
Properties
Changes
public XAIPrepaidBalance.XAIBalanceChange[] Changes { get; set; }
Property Value
Total
public XAIPrepaidBalance.Amount Total { get; set; }
Property Value
TotalCredits
Total credits purchased by the user
public double TotalCredits { get; }
Property Value
- double
UsedCredits
Total credits used by the user
public double UsedCredits { get; }
Property Value
- double