Type alias SetCustomerTenantsInput

SetCustomerTenantsInput: {
    customerIdentifier: CustomerIdentifierInput;
    tenantIdentifiers: TenantIdentifierInput[];
}

Type declaration

Generated using TypeDoc