Home > @vsf-enterprise/commercetools-types > TaxedPrice
# TaxedPrice type
Signature:
export declare type TaxedPrice = {
__typename?: 'TaxedPrice';
totalNet: Money;
totalGross: Money;
taxPortions: Array<TaxPortion>;
};
References: Money, TaxPortion