Group
Show / Hide Table of Contents

Class AccountInfo

Contains information about the account making the API call

Inheritance
System.Object
AccountInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AccountInfo

Properties

| Improve this Doc View Source

AccountId

The AccountId for the account

Declaration
public string AccountId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CreditsRemaining

The number of credits remaining to be used by the account

Declaration
public decimal CreditsRemaining { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

CreditsUsed

The number of credits used by the account

Declaration
public decimal CreditsUsed { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

ExpirationDate

The date that the current credits expire

Declaration
public string ExpirationDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IPAddress

The client IP Address where the API call originated

Declaration
public string IPAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MaximumConcurrentRequests

The number of requests that can be made at one time

Declaration
public int MaximumConcurrentRequests { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

The customer name on the account

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Region

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

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾