import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "lacre_bom" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Lacre_Bom extends Entity implements Lacre_BomType { /** * Technical entity name for Lacre_Bom. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Lacre_Bom entity */ static _keys: string[]; /** * Serie. * Maximum length: 255. */ serie: DeserializedType; /** * Num Lacre. * Maximum length: 20. */ numLacre: DeserializedType; /** * Dt Aplicacao. * Maximum length: 8. */ dtAplicacao: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Lacre_BomType { serie: DeserializedType; numLacre: DeserializedType; dtAplicacao: DeserializedType; empresa: DeserializedType; filial: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Lacre_Bom.d.ts.map