/** * Bandwidth * Bandwidth\'s Communication APIs * * The version of the OpenAPI document: 1.0.0 * Contact: letstalk@bandwidth.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The type of business registration number. **Note: As of October 19th, 2026 this field will be required when `businessRegistrationNumber` is provided.** */ export declare const BusinessRegistrationTypeEnum: { readonly Ein: "EIN"; readonly Cbn: "CBN"; readonly Neq: "NEQ"; readonly ProvincialNumber: "PROVINCIAL_NUMBER"; readonly Crn: "CRN"; readonly Vat: "VAT"; readonly Acn: "ACN"; readonly Abn: "ABN"; readonly Brn: "BRN"; readonly Siren: "SIREN"; readonly Siret: "SIRET"; readonly Nzbn: "NZBN"; readonly UstIdnr: "UST_IDNR"; readonly Cif: "CIF"; readonly Nif: "NIF"; readonly Cnpj: "CNPJ"; readonly Uid: "UID"; readonly Other: "OTHER"; }; export type BusinessRegistrationTypeEnum = typeof BusinessRegistrationTypeEnum[keyof typeof BusinessRegistrationTypeEnum];