import { Credfisc } from './Credfisc'; import { CredfiscRequestBuilder } from './CredfiscRequestBuilder'; 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 CredfiscApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Credfisc; requestBuilder(): CredfiscRequestBuilder; 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 [[tpImp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TP_IMP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[perApuCred]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PER_APU_CRED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[origCred]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORIG_CRED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjSuc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_SUC: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codCred]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CRED: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlCredApu]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_APU: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredExtApu]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_EXT_APU: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlTotCredApu]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_TOT_CRED_APU: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredDescPaAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_DESC_PA_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredPerPaAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PER_PA_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredDcompPaAnt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_DCOMP_PA_ANT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[sdCredDispEfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_CRED_DISP_EFD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredDescEfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_DESC_EFD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredPerEfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_PER_EFD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredDcompEfd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_DCOMP_EFD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredTrans]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_TRANS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[vlCredOut]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_CRED_OUT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[sldCredFim]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SLD_CRED_FIM: 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=CredfiscApi.d.ts.map