import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "plano_ref" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Plano_Ref extends Entity implements Plano_RefType { /** * Technical entity name for Plano_Ref. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Plano_Ref entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Cod Ccus. * Maximum length: 100. */ codCcus: DeserializedType; /** * Cod Cta Ref. * Maximum length: 100. */ codCtaRef: DeserializedType; /** * Tp Plan Ref. * Maximum length: 3. */ tpPlanRef: DeserializedType; /** * Dt Ini. * Maximum length: 8. */ dtIni: DeserializedType; /** * Dt Fim. * Maximum length: 8. */ dtFim: DeserializedType; /** * Descricao. * Maximum length: 255. */ descricao: DeserializedType; /** * Tipo. * Maximum length: 1. */ tipo: DeserializedType; /** * Cod Conta Sup. * Maximum length: 60. */ codContaSup: DeserializedType; /** * Nivel. * Maximum length: 3. */ nivel: DeserializedType; /** * Natureza. * Maximum length: 4. */ natureza: DeserializedType; /** * Cod Ent Ref. * Maximum length: 2. */ codEntRef: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Plano_RefType { empresa: DeserializedType; codCta: DeserializedType; codCcus: DeserializedType; codCtaRef: DeserializedType; tpPlanRef: DeserializedType; dtIni: DeserializedType; dtFim: DeserializedType; descricao: DeserializedType; tipo: DeserializedType; codContaSup: DeserializedType; nivel: DeserializedType; natureza: DeserializedType; codEntRef: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Plano_Ref.d.ts.map