TaxProductResourceCustomerDetails constructor

const TaxProductResourceCustomerDetails({
  1. TaxProductResourceCustomerDetailsAddress? address,
  2. TaxProductResourceCustomerDetailsAddressSource? addressSource,
  3. String? ipAddress,
  4. required List<TaxProductResourceCustomerDetailsResourceTaxId> taxIds,
  5. required TaxProductResourceCustomerDetailsTaxabilityOverride taxabilityOverride,
})

TaxProductResourceCustomerDetails

Implementation

const TaxProductResourceCustomerDetails({
  this.address,
  this.addressSource,
  this.ipAddress,
  required this.taxIds,
  required this.taxabilityOverride,
});