import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SuplrEvalRspPurchaserResp" of service "API_SUPLR_EVAL_RESPONSE_SRV". */ export declare class SuplrEvalRspPurchaserResp extends Entity implements SuplrEvalRspPurchaserRespType { /** * Technical entity name for SuplrEvalRspPurchaserResp. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SuplrEvalRspPurchaserResp entity */ static _keys: string[]; /** * Evaluation Response Party UUID. */ suplrEvalRspPartyUuid: DeserializedType; /** * Evaluation Response UUID. * @nullable */ suplrEvalRspUuid?: DeserializedType | null; /** * User ID. * Maximum length: 12. * @nullable */ userId?: DeserializedType | null; } export interface SuplrEvalRspPurchaserRespType { suplrEvalRspPartyUuid: DeserializedType; suplrEvalRspUuid?: DeserializedType | null; userId?: DeserializedType | null; } //# sourceMappingURL=SuplrEvalRspPurchaserResp.d.ts.map