getVat method

double? getVat()

Implementation

double? getVat() {
  return this.vat;
}