import { Imob_Cust } from './Imob_Cust'; import { Imob_CustRequestBuilder } from './Imob_CustRequestBuilder'; 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_CustApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Imob_Cust; requestBuilder(): Imob_CustRequestBuilder; 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 [[vlCusIncAcumAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CUS_INC_ACUM_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCusIncPerEsc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CUS_INC_PER_ESC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCusIncAcum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CUS_INC_ACUM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlExcBcCusIncAcum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_EXC_BC_CUS_INC_ACUM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlBcCusInc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_BC_CUS_INC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[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 [[vlCredPisAcum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PIS_ACUM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredPisDescAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PIS_DESC_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredPisDesc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PIS_DESC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredPisDescFut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PIS_DESC_FUT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", 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 [[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 [[vlCredCofinsAcum]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_COFINS_ACUM: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredCofinsDescAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_COFINS_DESC_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredCofinsDesc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_COFINS_DESC: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredCofinsDescFut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_COFINS_DESC_FUT: 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_CustApi.d.ts.map