SettingsDefaults constructor
const
SettingsDefaults({
- SettingsTaxBehavior? taxBehavior,
- String? taxCode,
defaults_param
Default configuration to be used on Stripe Tax calculations.
Implementation
const SettingsDefaults({
this.taxBehavior,
this.taxCode,
});