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