TaxIdCreateOptions constructor
const
TaxIdCreateOptions({
- List<
String> ? expand, - required CustomerType type,
- required String value,
Implementation
const TaxIdCreateOptions({
this.expand,
required this.type,
required this.value,
});