Skip to main content

AccountAdminChangeAccountHolderCompany

Account holder information for account admin change

type AccountAdminChangeAccountHolderCompany {
id: ID!
name: String!
accounts: [AccountAdminChangeAccount!]!
projectInfo: AccountAdminChangeProjectInfo
}

Fields

AccountAdminChangeAccountHolderCompany.id ● ID! non-null scalar

Unique identifier of the account holder

AccountAdminChangeAccountHolderCompany.name ● String! non-null scalar

Name of the company

AccountAdminChangeAccountHolderCompany.accounts ● [AccountAdminChangeAccount!]! non-null object

List of accounts owned by the account holder

AccountAdminChangeAccountHolderCompany.projectInfo ● AccountAdminChangeProjectInfo object

Project information

Member Of

AccountAdminChange object