import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "pis_folha" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Pis_Folha extends Entity implements Pis_FolhaType { /** * Technical entity name for Pis_Folha. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Pis_Folha entity */ static _keys: string[]; /** * Empresa. * Maximum length: 4. */ empresa: DeserializedType; /** * Per Ref. * Maximum length: 6. */ perRef: DeserializedType; /** * Vl Tot Fol. */ vlTotFol: DeserializedType; /** * Vl Exc Bc. */ vlExcBc: DeserializedType; /** * Vl Tot Bc. */ vlTotBc: DeserializedType; /** * Aliq Imp Fol. */ aliqImpFol: DeserializedType; /** * Vl Tot Cont Fol. */ vlTotContFol: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Pis_FolhaType { empresa: DeserializedType; perRef: DeserializedType; vlTotFol: DeserializedType; vlExcBc: DeserializedType; vlTotBc: DeserializedType; aliqImpFol: DeserializedType; vlTotContFol: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Pis_Folha.d.ts.map