TaxTransactionLineItems constructor
const
TaxTransactionLineItems({
- required List<
TaxTransactionLineItem> data, - required bool hasMore,
- required String url,
TaxProductResourceTaxTransactionLineItemList
The tax collected or refunded, by line item.
Implementation
const TaxTransactionLineItems({
required this.data,
required this.hasMore,
required this.url,
});