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