TaxRegistrationCreateOptions constructor
const
TaxRegistrationCreateOptions({
- required RegistrationActiveFrom activeFrom,
- required String country,
- required RegistrationCountryOptions countryOptions,
- List<
String> ? expand, - DateTime? expiresAt,
Implementation
const TaxRegistrationCreateOptions({
required this.activeFrom,
required this.country,
required this.countryOptions,
this.expand,
this.expiresAt,
});