TaxIdCreateOptions constructor

const TaxIdCreateOptions({
  1. List<String>? expand,
  2. required CustomerType type,
  3. required String value,
})

Implementation

const TaxIdCreateOptions({
  this.expand,
  required this.type,
  required this.value,
});