import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "pln_cta_c" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Pln_Cta_C extends Entity implements Pln_Cta_CType { /** * Technical entity name for Pln_Cta_C. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Pln_Cta_C entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Cod Cta. * Maximum length: 100. */ codCta: DeserializedType; /** * Cod Emp. * Maximum length: 4. */ codEmp: DeserializedType; /** * Cod Cta Emp. * Maximum length: 100. */ codCtaEmp: DeserializedType; /** * Dt Escrituracao. * Maximum length: 8. */ dtEscrituracao: DeserializedType; /** * Cod Nat. * Maximum length: 2. */ codNat: DeserializedType; /** * Ind Cta. * Maximum length: 1. */ indCta: DeserializedType; /** * Nivel. */ nivel: DeserializedType; /** * Cod Cta Sup. * Maximum length: 100. */ codCtaSup: DeserializedType; /** * Cta. * Maximum length: 255. */ cta: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Pln_Cta_CType { empresa: DeserializedType; codCta: DeserializedType; codEmp: DeserializedType; codCtaEmp: DeserializedType; dtEscrituracao: DeserializedType; codNat: DeserializedType; indCta: DeserializedType; nivel: DeserializedType; codCtaSup: DeserializedType; cta: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Pln_Cta_C.d.ts.map