addVat method

Implementation

SSLCProductInitializer addVat(double vat) {
  this.vat = vat;
  return this;
}