import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "obri_icms" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Obri_Icms extends Entity implements Obri_IcmsType { /** * Technical entity name for Obri_Icms. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Obri_Icms entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Or. * Maximum length: 3. */ codOr: DeserializedType; /** * Dt Vcto. * Maximum length: 8. */ dtVcto: DeserializedType; /** * Num Item. * Maximum length: 6. */ numItem: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Cod Rec. * Maximum length: 40. */ codRec: DeserializedType; /** * Num Proc. * Maximum length: 15. */ numProc: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Proce. * Maximum length: 255. */ proce: DeserializedType; /** * Txt Compl. * Maximum length: 255. */ txtCompl: DeserializedType; /** * Mes Ref. * Maximum length: 6. */ mesRef: DeserializedType; /** * Vl Or. */ vlOr: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Obri_IcmsType { empresa: DeserializedType; filial: DeserializedType; codOr: DeserializedType; dtVcto: DeserializedType; numItem: DeserializedType; perRef: DeserializedType; codRec: DeserializedType; numProc: DeserializedType; indProc: DeserializedType; proce: DeserializedType; txtCompl: DeserializedType; mesRef: DeserializedType; vlOr: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Obri_Icms.d.ts.map