CompanyIdentifierInput: {
    companyDomainName?: InputMaybe<Scalars["String"]>;
    companyId?: InputMaybe<Scalars["ID"]>;
}

Type declaration

  • Optional companyDomainName?: InputMaybe<Scalars["String"]>

    The domain name of the company (e.g. plain.com). Alternatively, you can provide a full URL (e.g. https://www.plain.com) and we will do our best to extract the domain name.

  • Optional companyId?: InputMaybe<Scalars["ID"]>

    Plain's internal identifier for the company.

Generated using TypeDoc