import { SupplierDunning } from './SupplierDunning'; import { SupplierDunningRequestBuilder } from './SupplierDunningRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class SupplierDunningApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof SupplierDunning; requestBuilder(): SupplierDunningRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[supplier]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[companyCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPANY_CODE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dunningArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[dunningBlock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_BLOCK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[dunningLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[dunningProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[dunningRecipient]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_RECIPIENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lastDunnedOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_DUNNED_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[legDunningProcedureOn]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LEG_DUNNING_PROCEDURE_ON: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[dunningClerk]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DUNNING_CLERK: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[authorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[supplierAccountGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLIER_ACCOUNT_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=SupplierDunningApi.d.ts.map