Table of Contents

Class TokenPrice

Namespace
Glitch9.AIDevKit
[Serializable]
public class TokenPrice : ModelPrice
Inheritance
object
TokenPrice
Inherited Members

Constructors

TokenPrice()

public TokenPrice()

TokenPrice(TokenType, double)

public TokenPrice(TokenType tokenType, double cost)

Parameters

tokenType TokenType
cost double

Fields

tokenType

public TokenType tokenType

Field Value

TokenType

Methods

GetTypeName()

public override string GetTypeName()

Returns

string