import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "per_disp" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Per_Disp extends Entity implements Per_DispType { /** * Technical entity name for Per_Disp. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Per_Disp entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Mes Dispensa. * Maximum length: 6. */ mesDispensa: DeserializedType; /** * Inf Comp. * Maximum length: 90. */ infComp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Per_DispType { empresa: DeserializedType; perRef: DeserializedType; mesDispensa: DeserializedType; infComp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Per_Disp.d.ts.map