import { Icms_Apop } from './Icms_Apop'; import { Icms_ApopRequestBuilder } from './Icms_ApopRequestBuilder'; 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 Icms_ApopApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Icms_Apop; requestBuilder(): Icms_ApopRequestBuilder; 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 [[ano]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ANO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[periodo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERIODO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlTotDebitos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_DEBITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAjDebitos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_AJ_DEBITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotAjDebitos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_AJ_DEBITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstornosCred]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTORNOS_CRED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotCreditos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_CREDITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlAjCreditos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_AJ_CREDITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotAjCreditos]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_AJ_CREDITOS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlEstornosDeb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ESTORNOS_DEB: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldCredorAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_CREDOR_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldApurado]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_APURADO: 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 [[vlIcmsRecolher]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_ICMS_RECOLHER: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlSldCredorTransportar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SLD_CREDOR_TRANSPORTAR: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[debEsp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEB_ESP: 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=Icms_ApopApi.d.ts.map