import { Pln_Cta_B } from './Pln_Cta_B'; import { Pln_Cta_BRequestBuilder } from './Pln_Cta_BRequestBuilder'; 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 Pln_Cta_BApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof Pln_Cta_B; requestBuilder(): Pln_Cta_BRequestBuilder; 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 [[codCtaB]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_CTA_B: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codTributo]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_TRIBUTO: 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 [[descCtaLal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_CTA_LAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtApLal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_AP_LAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codLanOrig]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_LAN_ORIG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[descLanOrig]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DESC_LAN_ORIG: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dtLimLal]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DT_LIM_LAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[vlSaldoIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VL_SALDO_INI: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[indVlSaldoIni]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IND_VL_SALDO_INI: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[cnpjSitEsp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CNPJ_SIT_ESP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[codPbRfb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COD_PB_RFB: EdmTypeField>, DeSerializersT, "Edm.String", 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=Pln_Cta_BApi.d.ts.map