public class AccountInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
AccountId
The AccountId for the account
|
double |
CreditsRemaining
The number of credits remaining to be used by the account
|
double |
CreditsUsed
The number of credits used by the account
|
String |
ExpirationDate
The date that the current credits expire
|
String |
IPAddress
The client IP Address where the API call originated
|
int |
MaximumConcurrentRequests
The number of requests that can be made at one time
|
String |
Name
The customer name on the account
|
String |
Region
The region for the account, also known as the 'Data Center'
|
| Constructor and Description |
|---|
AccountInfo() |
public String AccountId
public String Name
public String IPAddress
public String Region
public double CreditsRemaining
public double CreditsUsed
public int MaximumConcurrentRequests
public String ExpirationDate
Copyright © 2023. All rights reserved.