Home > @vsf-enterprise/commercetools-types > SetCartTotalTax
# SetCartTotalTax type
Signature:
export declare type SetCartTotalTax = {
externalTotalGross?: InputMaybe<MoneyInput>;
externalTaxPortions?: InputMaybe<Array<TaxPortionDraft>>;
};
References: InputMaybe, MoneyInput, TaxPortionDraft