Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodTaxAmountChangeValue

    interface ShippingMethodTaxAmountChangeValue {
        taxedPrice: TaxedPrice;
        taxRate: TaxRate;
    }
    Index

    Properties

    Properties

    taxedPrice: TaxedPrice

    Taxed price for the Shipping Method based on taxRate.

    taxRate: TaxRate

    Tax rate set externally for the Shipping Method.