Table of Contents

Class AccountInfo

Namespace
Textkernel.Tx.Models.API
Assembly
Textkernel.Tx.SDK.dll

Contains information about the account making the API call

public class AccountInfo
Inheritance
AccountInfo
Inherited Members

Properties

AccountId

The AccountId for the account

public string AccountId { get; set; }

Property Value

string

CreditsRemaining

The number of credits remaining to be used by the account

public decimal CreditsRemaining { get; set; }

Property Value

decimal

CreditsUsed

The number of credits used by the account

public decimal CreditsUsed { get; set; }

Property Value

decimal

ExpirationDate

The date that the current credits expire

public string ExpirationDate { get; set; }

Property Value

string

IPAddress

The client IP Address where the API call originated

public string IPAddress { get; set; }

Property Value

string

MaximumConcurrentRequests

The number of requests that can be made at one time

public int MaximumConcurrentRequests { get; set; }

Property Value

int

Name

The customer name on the account

public string Name { get; set; }

Property Value

string

Region

The region for the account, also known as the 'Data Center'

public string Region { get; set; }

Property Value

string