TaxedPrice
type TaxedPrice = {
__typename?: 'TaxedPrice';
totalNet: Money;
totalGross: Money;
taxPortions: Array<TaxPortion>;
};type TaxedPrice = {
__typename?: 'TaxedPrice';
totalNet: Money;
totalGross: Money;
taxPortions: Array<TaxPortion>;
};