import { SupplierWithHoldingTax } from './SupplierWithHoldingTax'; import { SupplierWithHoldingTaxRequestBuilder } from './SupplierWithHoldingTaxRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class SupplierWithHoldingTaxApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof SupplierWithHoldingTax; requestBuilder(): SupplierWithHoldingTaxRequestBuilder; 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 [[withholdingTaxType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHHOLDING_TAX_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[exemptionDateBegin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXEMPTION_DATE_BEGIN: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[exemptionDateEnd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXEMPTION_DATE_END: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[exemptionReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXEMPTION_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isWithholdingTaxSubject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_WITHHOLDING_TAX_SUBJECT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[recipientType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECIPIENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[withholdingTaxCertificate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHHOLDING_TAX_CERTIFICATE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[withholdingTaxCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHHOLDING_TAX_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[withholdingTaxExmptPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHHOLDING_TAX_EXMPT_PERCENT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[withholdingTaxNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHHOLDING_TAX_NUMBER: 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>; }; } //# sourceMappingURL=SupplierWithHoldingTaxApi.d.ts.map