import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "num_lanc" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Num_Lanc extends Entity implements Num_LancType { /** * Technical entity name for Num_Lanc. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Num_Lanc entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Tp Tabela. * Maximum length: 10. */ tpTabela: DeserializedType; /** * Per Apur. * Maximum length: 3. */ perApur: DeserializedType; /** * Dt Lancto. * Maximum length: 8. */ dtLancto: DeserializedType; /** * Codigo. * Maximum length: 20. */ codigo: DeserializedType; /** * Cod Cta. * Maximum length: 60. */ codCta: DeserializedType; /** * Cod Ccus. * Maximum length: 30. */ codCcus: DeserializedType; /** * Num Lcto. * Maximum length: 11. */ numLcto: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Num_LancType { empresa: DeserializedType; tpTabela: DeserializedType; perApur: DeserializedType; dtLancto: DeserializedType; codigo: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; numLcto: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Num_Lanc.d.ts.map