import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "rec_perio" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Rec_Perio extends Entity implements Rec_PerioType { /** * Technical entity name for Rec_Perio. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Rec_Perio entity */ static _keys: string[]; /** * Id. */ id: DeserializedType; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Filial. * Maximum length: 4. */ filial: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Rec Total Bloco A. */ recTotalBlocoA: DeserializedType; /** * Rec Nrb Bloco A. */ recNrbBlocoA: DeserializedType; /** * Rec Total Bloco C. */ recTotalBlocoC: DeserializedType; /** * Rec Nrb Bloco C. */ recNrbBlocoC: DeserializedType; /** * Rec Total Bloco D. */ recTotalBlocoD: DeserializedType; /** * Rec Nrb Bloco D. */ recNrbBlocoD: DeserializedType; /** * Rec Total Bloco F. */ recTotalBlocoF: DeserializedType; /** * Rec Nrb Bloco F. */ recNrbBlocoF: DeserializedType; /** * Rec Total Bloco I. */ recTotalBlocoI: DeserializedType; /** * Rec Nrb Bloco I. */ recNrbBlocoI: DeserializedType; /** * Rec Total Bloco 1. */ recTotalBloco1: DeserializedType; /** * Rec Nrb Bloco 1. */ recNrbBloco1: DeserializedType; /** * Rec Total Periodo. */ recTotalPeriodo: DeserializedType; /** * Rec Total Nrb Periodo. */ recTotalNrbPeriodo: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Rec_PerioType { id: DeserializedType; empresa: DeserializedType; filial: DeserializedType; perRef: DeserializedType; recTotalBlocoA: DeserializedType; recNrbBlocoA: DeserializedType; recTotalBlocoC: DeserializedType; recNrbBlocoC: DeserializedType; recTotalBlocoD: DeserializedType; recNrbBlocoD: DeserializedType; recTotalBlocoF: DeserializedType; recNrbBlocoF: DeserializedType; recTotalBlocoI: DeserializedType; recNrbBlocoI: DeserializedType; recTotalBloco1: DeserializedType; recNrbBloco1: DeserializedType; recTotalPeriodo: DeserializedType; recTotalNrbPeriodo: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Rec_Perio.d.ts.map