QuotesResourceAutomaticTax constructor
const
QuotesResourceAutomaticTax({
- required bool enabled,
- ConnectAccountReference? liability,
- AutomaticTaxStatus? status,
QuotesResourceAutomaticTax
Implementation
const QuotesResourceAutomaticTax({
required this.enabled,
this.liability,
this.status,
});