Class PixelLabBalanceResponse
Inheritance
object
PixelLabBalanceResponse
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class PixelLabBalanceResponse
Properties
USD
Declaration
public float USD { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()