비즈니스 로직 적용 됐는지 응답 확인

public void update() {
	this.free = this.basePrice == 0 && this.maxPrice == 0;
}