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