import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "corr_inv" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Corr_Inv extends Entity implements Corr_InvType { /** * Technical entity name for Corr_Inv. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Corr_Inv entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Retificacao. * Maximum length: 8. */ dtRetificacao: DeserializedType; /** * Dt Est. * Maximum length: 8. */ dtEst: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Ind Est. * Maximum length: 1. */ indEst: DeserializedType; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Centro. * Maximum length: 4. */ centro: DeserializedType; /** * Qtd Cor Pos. */ qtdCorPos: DeserializedType; /** * Qtd Cor Neg. */ qtdCorNeg: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Corr_InvType { empresa: DeserializedType; filial: DeserializedType; dtRetificacao: DeserializedType; dtEst: DeserializedType; codItem: DeserializedType; indEst: DeserializedType; codPart: DeserializedType; centro: DeserializedType; qtdCorPos: DeserializedType; qtdCorNeg: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Corr_Inv.d.ts.map