import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "corr_apon" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Corr_Apon extends Entity implements Corr_AponType { /** * Technical entity name for Corr_Apon. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Corr_Apon entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Retificacao. * Maximum length: 8. */ dtRetificacao: DeserializedType; /** * Cod Op Os. * Maximum length: 30. */ codOpOs: DeserializedType; /** * Cod Item. * Maximum length: 60. */ codItem: DeserializedType; /** * Origem. * Maximum length: 1. */ origem: DeserializedType; /** * Cod Item Itm. * Maximum length: 60. */ codItemItm: DeserializedType; /** * Dt Ini Ap. * Maximum length: 8. */ dtIniAp: DeserializedType; /** * Dt Fin Ap. * Maximum length: 8. */ dtFinAp: DeserializedType; /** * Qtd Cor Pos. */ qtdCorPos: DeserializedType; /** * Qtd Cor Neg. */ qtdCorNeg: DeserializedType; /** * Qtd Cor Pos Itm. */ qtdCorPosItm: DeserializedType; /** * Qtd Cor Neg Itm. */ qtdCorNegItm: DeserializedType; /** * Cod Ins Subst Itm. * Maximum length: 60. */ codInsSubstItm: DeserializedType; /** * Centro. * Maximum length: 4. */ centro: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Corr_AponType { empresa: DeserializedType; filial: DeserializedType; dtRetificacao: DeserializedType; codOpOs: DeserializedType; codItem: DeserializedType; origem: DeserializedType; codItemItm: DeserializedType; dtIniAp: DeserializedType; dtFinAp: DeserializedType; qtdCorPos: DeserializedType; qtdCorNeg: DeserializedType; qtdCorPosItm: DeserializedType; qtdCorNegItm: DeserializedType; codInsSubstItm: DeserializedType; centro: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Corr_Apon.d.ts.map