import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "inscr_cad" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Inscr_Cad extends Entity implements Inscr_CadType { /** * Technical entity name for Inscr_Cad. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Inscr_Cad entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Ent Ref. * Maximum length: 2. */ codEntRef: DeserializedType; /** * Cod Inscr. * Maximum length: 20. */ codInscr: DeserializedType; /** * Vig De. * Maximum length: 8. */ vigDe: DeserializedType; /** * Vig Ate. * Maximum length: 8. */ vigAte: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Inscr_CadType { empresa: DeserializedType; codEntRef: DeserializedType; codInscr: DeserializedType; vigDe: DeserializedType; vigAte: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Inscr_Cad.d.ts.map