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