export enum GlobalTaxCalculation {
	TaxExcluded = 'TaxExcluded',
	TaxInclusive = 'TaxInclusive',
	NotApplicable = 'NotApplicable',
}
