CalculationCustomerDetails constructor
const
CalculationCustomerDetails({
- CalculationAddress? address,
- CalculationAddressSource? addressSource,
- String? ipAddress,
- List<
CustomerTaxIdDataItem> ? taxIds, - 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,
});