Aydsko iRacing Data API
Show / Hide Table of Contents

Class Account

Inheritance
object
Account
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class Account

Properties

IRacingCredits

Declaration
[JsonPropertyName("ir_credits")]
public decimal IRacingCredits { get; set; }
Property Value
Type Description
decimal

IRacingDollars

Declaration
[JsonPropertyName("ir_dollars")]
public decimal IRacingDollars { get; set; }
Property Value
Type Description
decimal

Status

Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX