SettingsDefaults constructor

const SettingsDefaults({
  1. SettingsTaxBehavior? taxBehavior,
  2. String? taxCode,
})

defaults_param

Default configuration to be used on Stripe Tax calculations.

Implementation

const SettingsDefaults({
  this.taxBehavior,
  this.taxCode,
});