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