SessionLiability constructor

const SessionLiability({
  1. String? account,
  2. required AutomaticTaxLiabilityType type,
})

param

The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.

Implementation

const SessionLiability({
  this.account,
  required this.type,
});