import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "contretft" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Contretft extends Entity implements ContretftType { /** * Technical entity name for Contretft. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Contretft entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Num Lancto. * Maximum length: 10. */ numLancto: DeserializedType; /** * Ind Nat Ret. * Maximum length: 2. */ indNatRet: DeserializedType; /** * Dt Ret. * Maximum length: 8. */ dtRet: DeserializedType; /** * Vl Bc Ret. */ vlBcRet: DeserializedType; /** * Vl Ret. */ vlRet: DeserializedType; /** * Cod Rec. * Maximum length: 4. */ codRec: DeserializedType; /** * Ind Nat Rec. * Maximum length: 1. */ indNatRec: DeserializedType; /** * Cnpj. * Maximum length: 14. */ cnpj: DeserializedType; /** * Vl Ret Pis. */ vlRetPis: DeserializedType; /** * Vl Ret Cofins. */ vlRetCofins: DeserializedType; /** * Ind Dec. * Maximum length: 1. */ indDec: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface ContretftType { empresa: DeserializedType; filial: DeserializedType; dtLancto: DeserializedType; numLancto: DeserializedType; indNatRet: DeserializedType; dtRet: DeserializedType; vlBcRet: DeserializedType; vlRet: DeserializedType; codRec: DeserializedType; indNatRec: DeserializedType; cnpj: DeserializedType; vlRetPis: DeserializedType; vlRetCofins: DeserializedType; indDec: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Contretft.d.ts.map