import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "auditor" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Auditor extends Entity implements AuditorType { /** * Technical entity name for Auditor. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Auditor entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Cvm Auditor. * Maximum length: 255. */ codCvmAuditor: DeserializedType; /** * Ano Auditoria. * Maximum length: 4. */ anoAuditoria: DeserializedType; /** * Nome Auditor. * Maximum length: 255. */ nomeAuditor: DeserializedType; /** * Ni Cpf Cnpj. * Maximum length: 14. */ niCpfCnpj: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface AuditorType { empresa: DeserializedType; codCvmAuditor: DeserializedType; anoAuditoria: DeserializedType; nomeAuditor: DeserializedType; niCpfCnpj: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Auditor.d.ts.map