import { Imob_Cven } from './Imob_Cven'; import { Imob_CvenRequestBuilder } from './Imob_CvenRequestBuilder'; 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 Imob_CvenApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Imob_Cven; requestBuilder(): Imob_CvenRequestBuilder; 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 [[dtLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[numLancto]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NUM_LANCTO: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cstPis]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_PIS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cstCofins]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CST_COFINS: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlCusOrc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CUS_ORC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlExc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_EXC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCusOrcAju]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CUS_ORC_AJU: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBcCred]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BC_CRED: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[vlCredPisUtil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PIS_UTIL: 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 [[vlCredCofinsUtil]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_COFINS_UTIL: 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=Imob_CvenApi.d.ts.map