TaxProductResourceCustomerDetails constructor
const
TaxProductResourceCustomerDetails({
- TaxProductResourceCustomerDetailsAddress? address,
- TaxProductResourceCustomerDetailsAddressSource? addressSource,
- String? ipAddress,
- required List<
TaxProductResourceCustomerDetailsResourceTaxId> taxIds, - required TaxProductResourceCustomerDetailsTaxabilityOverride taxabilityOverride,
TaxProductResourceCustomerDetails
Implementation
const TaxProductResourceCustomerDetails({
this.address,
this.addressSource,
this.ipAddress,
required this.taxIds,
required this.taxabilityOverride,
});