OBJECT

LookupAccountReply

Description

Information on the account.

link GraphQL Schema definition

  • type LookupAccountReply {
  • # Account state.
  • accountState: AccountState!
  • # Account Type.
  • accountType: AccountType!
  • # Account expiration date.
  • accountExpiryDate: DateTime
  • # Specifies the number of days before account goes from hold to deleted state.
  • accountHoldLength: Long!
  • # Specifies number of days for which ui should show the warning.
  • holdWarningLength: Long!
  • # Specifies last state update date of account.
  • accountStateUpdatedAt: DateTime
  • }

link Require by