Interface PostRatingsReverseRateValuesWithOfficeWithRatingIdRequest

interface PostRatingsReverseRateValuesWithOfficeWithRatingIdRequest {
    office: string;
    rateInputValues: RateInputValues;
    ratingId: string;
}

Properties

office: string
rateInputValues: RateInputValues
ratingId: string