ManagedProductTaxAndComplianceSettings constructor

ManagedProductTaxAndComplianceSettings({
  1. String? eeaWithdrawalRightType,
  2. bool? isTokenizedDigitalAsset,
  3. Map<String, RegionalTaxRateInfo>? taxRateInfoByRegionCode,
})

Implementation

ManagedProductTaxAndComplianceSettings({
  this.eeaWithdrawalRightType,
  this.isTokenizedDigitalAsset,
  this.taxRateInfoByRegionCode,
});