Home > @vsf-enterprise/commercetools-types > ExternalTaxAmountDraftOutput
# ExternalTaxAmountDraftOutput type
Signature:
export declare type ExternalTaxAmountDraftOutput = {
__typename?: 'ExternalTaxAmountDraftOutput';
totalGross: Money;
taxRate: ExternalTaxRateDraftOutput;
};
References: Money, ExternalTaxRateDraftOutput