import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "aj_con_ap" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Aj_Con_Ap extends Entity implements Aj_Con_ApType { /** * Technical entity name for Aj_Con_Ap. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Aj_Con_Ap entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Ind Aj. * Maximum length: 1. */ indAj: DeserializedType; /** * Cod Aj. * Maximum length: 2. */ codAj: DeserializedType; /** * Num Lancto Item. * Maximum length: 6. */ numLanctoItem: DeserializedType; /** * Vl Aj Pis. */ vlAjPis: DeserializedType; /** * Vl Aj Cofins. */ vlAjCofins: DeserializedType; /** * Num Doc. * Maximum length: 255. */ numDoc: DeserializedType; /** * Descr Aj. * Maximum length: 255. */ descrAj: DeserializedType; /** * Dt Ref. * @nullable */ dtRef?: DeserializedType | null; /** * Descr Aj Cofins. * Maximum length: 255. */ descrAjCofins: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Aj_Con_ApType { empresa: DeserializedType; perRef: DeserializedType; numLancto: DeserializedType; indAj: DeserializedType; codAj: DeserializedType; numLanctoItem: DeserializedType; vlAjPis: DeserializedType; vlAjCofins: DeserializedType; numDoc: DeserializedType; descrAj: DeserializedType; dtRef?: DeserializedType | null; descrAjCofins: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Aj_Con_Ap.d.ts.map