OBJECT
LookupAccountReply
Description
Information on the account.
link GraphQL Schema definition
- type LookupAccountReply {
- # Account state.
- AccountState! :
- # Account Type.
- AccountType! :
- # Account expiration date.
- DateTime :
- # Specifies the number of days before account goes from hold to deleted state.
- Long! :
- # Specifies number of days for which ui should show the warning.
- Long! :
- # Specifies last state update date of account.
- DateTime :
- }