CustomerTax constructor
const
CustomerTax({
- required CustomerTaxAutomaticTax automaticTax,
- String? ipAddress,
- CustomerTaxLocation? location,
CustomerTax
Implementation
const CustomerTax({
required this.automaticTax,
this.ipAddress,
this.location,
});