setVat method

void setVat(
  1. double vat
)

Implementation

void setVat(double vat) {
  this.vat = vat;
}