PostTaxIdsOptions constructor

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

Implementation

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