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

# SetStagedOrderCustomLineItemTaxAmountOutput type

Signature:

export declare type SetStagedOrderCustomLineItemTaxAmountOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderCustomLineItemTaxAmountOutput';
    type: Scalars['String'];
    customLineItemId: Scalars['String'];
    externalTaxAmount?: Maybe<ExternalTaxAmountDraftOutput>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ExternalTaxAmountDraftOutput