import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "item_icms" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Item_Icms extends Entity implements Item_IcmsType { /** * Technical entity name for Item_Icms. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Item_Icms entity */ static _keys: string[]; /** * Origem. * Maximum length: 2. */ origem: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Aliq Geral. */ aliqGeral: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Item_IcmsType { origem: DeserializedType; dtIni: DeserializedType; codItem: DeserializedType; aliqGeral: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Item_Icms.d.ts.map