CustomerTaxIds constructor

const CustomerTaxIds({
  1. required List<TaxId> data,
  2. required bool hasMore,
  3. required String url,
})

TaxIDsList

The customer's tax IDs.

Implementation

const CustomerTaxIds({
  required this.data,
  required this.hasMore,
  required this.url,
});