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
CreditsRemaining
The number of credits remaining to be used by the account
public decimal CreditsRemaining { get; set; }
Property Value
CreditsUsed
The number of credits used by the account
public decimal CreditsUsed { get; set; }
Property Value
ExpirationDate
The date that the current credits expire
public string ExpirationDate { get; set; }
Property Value
IPAddress
The client IP Address where the API call originated
public string IPAddress { get; set; }
Property Value
MaximumConcurrentRequests
The number of requests that can be made at one time
public int MaximumConcurrentRequests { get; set; }
Property Value
Name
The customer name on the account
public string Name { get; set; }
Property Value
Region
The region for the account, also known as the 'Data Center'
public string Region { get; set; }