removeOffer method

QPurchaseModel removeOffer()

Implementation

QPurchaseModel removeOffer() {
  this.applyOffer = false;
  return this;
}