import { Rec_Pr_Re } from './Rec_Pr_Re'; import { Rec_Pr_ReRequestBuilder } from './Rec_Pr_ReRequestBuilder'; import { Sap_Message } from './Sap_Message'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, CollectionField } from '@sap-cloud-sdk/odata-v4'; export declare class Rec_Pr_ReApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Rec_Pr_Re; requestBuilder(): Rec_Pr_ReRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[empresa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EMPRESA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[filial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FILIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cstPisCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_PIS_COFINS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numCampo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_CAMPO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codDet]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_DET: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codComp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_COMP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[perRef]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PER_REF: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numProc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_PROC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[aliqPis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALIQ_PIS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[aliqCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALIQ_COFINS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[codCtaI200]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_I_200: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCtaI300]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_I_300: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[infoComplIdI100]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INFO_COMPL_ID_I_100: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[infoComplIdI200]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INFO_COMPL_ID_I_200: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[infoComplIdI300]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INFO_COMPL_ID_I_300: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[indProc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_PROC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[sapMessages]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAP_MESSAGES: CollectionField>, DeSerializersT, Sap_Message, false, true>; }; } //# sourceMappingURL=Rec_Pr_ReApi.d.ts.map