Interface DeleteRatingsSpecWithRatingIdRequest

interface DeleteRatingsSpecWithRatingIdRequest {
    method: DeleteMethod;
    office: string;
    ratingId: string;
}

Properties

method: DeleteMethod
office: string
ratingId: string