Home > @vsf-enterprise/commercetools-types > SetCartLineItemTaxAmount
# SetCartLineItemTaxAmount type
Signature:
export declare type SetCartLineItemTaxAmount = {
lineItemId: Scalars['String'];
externalTaxAmount?: InputMaybe<ExternalTaxAmountDraft>;
};
References: Scalars, InputMaybe, ExternalTaxAmountDraft