TaxRegistrationUpdateOptions constructor
const
TaxRegistrationUpdateOptions({
- RegistrationActiveFrom? activeFrom,
- List<
String> ? expand, - RegistrationExpiresAt? expiresAt,
Implementation
const TaxRegistrationUpdateOptions({
this.activeFrom,
this.expand,
this.expiresAt,
});