import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "aj_op_ext" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Aj_Op_Ext extends Entity implements Aj_Op_ExtType { /** * Technical entity name for Aj_Op_Ext. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Aj_Op_Ext entity */ static _keys: string[]; /** * Id. */ id: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Tp Oper. * Maximum length: 3. */ tpOper: DeserializedType; /** * Tip Ajust. * Maximum length: 2. */ tipAjust: DeserializedType; /** * Desc Out Aj. * Maximum length: 255. */ descOutAj: DeserializedType; /** * Font Aju. * Maximum length: 255. */ fontAju: DeserializedType; /** * Num Ord. * Maximum length: 30. */ numOrd: DeserializedType; /** * Valor. */ valor: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Aj_Op_ExtType { id: DeserializedType; empresa: DeserializedType; dtLancto: DeserializedType; tpOper: DeserializedType; tipAjust: DeserializedType; descOutAj: DeserializedType; fontAju: DeserializedType; numOrd: DeserializedType; valor: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Aj_Op_Ext.d.ts.map