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

# SetStagedOrderShippingMethodTaxAmountOutput type

Signature:

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

References: StagedOrderUpdateActionOutput, Scalars, Maybe, ExternalTaxAmountDraftOutput