import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "com_bic_b" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Com_Bic_B extends Entity implements Com_Bic_BType { /** * Technical entity name for Com_Bic_B. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Com_Bic_B entity */ static _keys: string[]; /** * Serie. * Maximum length: 255. */ serie: DeserializedType; /** * Num Bico. * Maximum length: 3. */ numBico: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Num Tanque. * Maximum length: 3. */ numTanque: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Com_Bic_BType { serie: DeserializedType; numBico: DeserializedType; codItem: DeserializedType; numTanque: DeserializedType; empresa: DeserializedType; filial: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Com_Bic_B.d.ts.map