import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "serv_pref" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Serv_Pref extends Entity implements Serv_PrefType { /** * Technical entity name for Serv_Pref. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Serv_Pref entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Cod Mod. * Maximum length: 2. */ codMod: DeserializedType; /** * Num Doc. * Maximum length: 9. */ numDoc: DeserializedType; /** * Ser. * Maximum length: 4. */ ser: DeserializedType; /** * Dt Doc. * Maximum length: 8. */ dtDoc: DeserializedType; /** * Num Proc. * Maximum length: 20. */ numProc: DeserializedType; /** * Ind Proc. * Maximum length: 1. */ indProc: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Serv_PrefType { empresa: DeserializedType; filial: DeserializedType; codMod: DeserializedType; numDoc: DeserializedType; ser: DeserializedType; dtDoc: DeserializedType; numProc: DeserializedType; indProc: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Serv_Pref.d.ts.map