QuotesResourceAutomaticTax constructor

const QuotesResourceAutomaticTax({
  1. required bool enabled,
  2. ConnectAccountReference? liability,
  3. AutomaticTaxStatus? status,
})

QuotesResourceAutomaticTax

Implementation

const QuotesResourceAutomaticTax({
  required this.enabled,
  this.liability,
  this.status,
});