Type alias UpdateCustomerCompanyInput

UpdateCustomerCompanyInput: {
    companyIdentifier?: InputMaybe<CompanyIdentifierInput>;
    customerId: Scalars["ID"];
}

Type declaration

  • Optional companyIdentifier?: InputMaybe<CompanyIdentifierInput>

    The identifier of the company we want to update the customer with. Pass null if you want to remove the company from the customer.

  • customerId: Scalars["ID"]

    The identifier of the customer we want to update the company for.

Generated using TypeDoc