CalculationCustomerDetails constructor

const CalculationCustomerDetails({
  1. CalculationAddress? address,
  2. CalculationAddressSource? addressSource,
  3. String? ipAddress,
  4. List<CustomerTaxIdDataItem>? taxIds,
  5. TaxProductResourceCustomerDetailsTaxabilityOverride? taxabilityOverride,
})

customer_details

Details about the customer, including address and tax IDs.

Implementation

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