import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "mat_propr" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Mat_Propr extends Entity implements Mat_ProprType { /** * Technical entity name for Mat_Propr. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Mat_Propr entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Per Apur. * Maximum length: 6. */ perApur: DeserializedType; /** * Vl Mat Prop. */ vlMatProp: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Mat_ProprType { empresa: DeserializedType; filial: DeserializedType; perApur: DeserializedType; vlMatProp: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Mat_Propr.d.ts.map