TaxRegistrationUpdateOptions constructor

const TaxRegistrationUpdateOptions({
  1. RegistrationActiveFrom? activeFrom,
  2. List<String>? expand,
  3. RegistrationExpiresAt? expiresAt,
})

Implementation

const TaxRegistrationUpdateOptions({
  this.activeFrom,
  this.expand,
  this.expiresAt,
});