import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "aj_det_c" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Aj_Det_C extends Entity implements Aj_Det_CType { /** * Technical entity name for Aj_Det_C. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Aj_Det_C entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Cod Cred. * Maximum length: 3. */ codCred: DeserializedType; /** * Ind Cred Ori. * Maximum length: 1. */ indCredOri: DeserializedType; /** * Ind Aj. * Maximum length: 1. */ indAj: DeserializedType; /** * Cod Aj. * Maximum length: 2. */ codAj: DeserializedType; /** * Cst Cofins. * Maximum length: 2. */ cstCofins: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Aliq Cofins. */ aliqCofins: DeserializedType; /** * Aliq Cofins Quant. */ aliqCofinsQuant: DeserializedType; /** * Num Seq. * Maximum length: 5. */ numSeq: DeserializedType; /** * Det Valor Aj. */ detValorAj: DeserializedType; /** * Det Bc Cred. */ detBcCred: DeserializedType; /** * Det Aliq. */ detAliq: DeserializedType; /** * Dt Oper Aj. * @nullable */ dtOperAj?: DeserializedType | null; /** * Desc Aj. * Maximum length: 255. */ descAj: DeserializedType; /** * Info Compl. * Maximum length: 255. */ infoCompl: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Aj_Det_CType { empresa: DeserializedType; perRef: DeserializedType; codCred: DeserializedType; indCredOri: DeserializedType; indAj: DeserializedType; codAj: DeserializedType; cstCofins: DeserializedType; codCta: DeserializedType; numLancto: DeserializedType; aliqCofins: DeserializedType; aliqCofinsQuant: DeserializedType; numSeq: DeserializedType; detValorAj: DeserializedType; detBcCred: DeserializedType; detAliq: DeserializedType; dtOperAj?: DeserializedType | null; descAj: DeserializedType; infoCompl: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Aj_Det_C.d.ts.map