import { Sa_Perio } from './Sa_Perio'; import { Sa_PerioRequestBuilder } from './Sa_PerioRequestBuilder'; 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 Sa_PerioApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Sa_Perio; requestBuilder(): Sa_PerioRequestBuilder; 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 [[indApurIcms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_APUR_ICMS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_INI: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtFin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_FIN: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlTotTransfDebitosOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_TRANSF_DEBITOS_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotAjDebitosOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_AJ_DEBITOS_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstornosCredOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTORNOS_CRED_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotTransfCreditosOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_TRANSF_CREDITOS_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotAjCreditosOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_AJ_CREDITOS_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstornosDebOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTORNOS_DEB_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldCredorAntOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_CREDOR_ANT_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldApuradoOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_APURADO_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotDed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_DED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlIcmsRecolherOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ICMS_RECOLHER_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldCredorTranspOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_CREDOR_TRANSP_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[debEspOa]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEB_ESP_OA: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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=Sa_PerioApi.d.ts.map