import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SuplrEvalRspSupplier" of service "API_SUPLR_EVAL_RESPONSE_SRV". */ export declare class SuplrEvalRspSupplier extends Entity implements SuplrEvalRspSupplierType { /** * Technical entity name for SuplrEvalRspSupplier. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SuplrEvalRspSupplier entity */ static _keys: string[]; /** * Evaluation Response Party UUID. */ suplrEvalRspPartyUuid: DeserializedType; /** * Evaluation Response UUID. * @nullable */ suplrEvalRspUuid?: DeserializedType | null; /** * Business Partner Number. * Key identifying a business partner in the SAP system. The key is unique within a client. * Maximum length: 10. * @nullable */ businessPartner?: DeserializedType | null; } export interface SuplrEvalRspSupplierType { suplrEvalRspPartyUuid: DeserializedType; suplrEvalRspUuid?: DeserializedType | null; businessPartner?: DeserializedType | null; } //# sourceMappingURL=SuplrEvalRspSupplier.d.ts.map