Home > @vsf-enterprise/commercetools-types > SetStagedOrderLineItemTaxRateOutput

# SetStagedOrderLineItemTaxRateOutput type

Signature:

export declare type SetStagedOrderLineItemTaxRateOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderLineItemTaxRateOutput';
    type: Scalars['String'];
    lineItemId: Scalars['String'];
    externalTaxRate?: Maybe<ExternalTaxRateDraftOutput>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ExternalTaxRateDraftOutput