import { CustProjSlsOrdItmBillgPlnItm } from './CustProjSlsOrdItmBillgPlnItm'; import { CustProjSlsOrdItmBillgPlnItmRequestBuilder } from './CustProjSlsOrdItmBillgPlnItmRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class CustProjSlsOrdItmBillgPlnItmApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof CustProjSlsOrdItmBillgPlnItm; requestBuilder(): CustProjSlsOrdItmBillgPlnItmRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[customerProject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER_PROJECT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[salesOrderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[billingPlanItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[salesOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingPlanBillingDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_BILLING_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[billingPlanRelatedBillgStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_RELATED_BILLG_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingPlanAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[transactionCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSACTION_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingPlanItemUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_ITEM_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingPlanItemDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_ITEM_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingPlanServiceStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_SERVICE_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[billingPlanServiceEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_PLAN_SERVICE_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; }; } //# sourceMappingURL=CustProjSlsOrdItmBillgPlnItmApi.d.ts.map