import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "det_ajcof" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Det_Ajcof extends Entity implements Det_AjcofType { /** * Technical entity name for Det_Ajcof. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Det_Ajcof 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 Aj. * Maximum length: 10. */ numLanctoAj: DeserializedType; /** * Num Lancto Item. * Maximum length: 6. */ numLanctoItem: DeserializedType; /** * Det Valor Aj. */ detValorAj: DeserializedType; /** * Cst Cofins. * Maximum length: 2. */ cstCofins: DeserializedType; /** * Det Bc Cred. */ detBcCred: DeserializedType; /** * Det Aliq. */ detAliq: DeserializedType; /** * Dt Oper Aj. * @nullable */ dtOperAj?: DeserializedType | null; /** * Desc Aj. * Maximum length: 255. */ descAj: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Info Compl. * Maximum length: 255. */ infoCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Det_AjcofType { empresa: DeserializedType; perRef: DeserializedType; numLancto: DeserializedType; indAj: DeserializedType; codAj: DeserializedType; numLanctoAj: DeserializedType; numLanctoItem: DeserializedType; detValorAj: DeserializedType; cstCofins: DeserializedType; detBcCred: DeserializedType; detAliq: DeserializedType; dtOperAj?: DeserializedType | null; descAj: DeserializedType; codCta: DeserializedType; infoCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Det_Ajcof.d.ts.map