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

Properties

Properties

taxRate: TaxRate

Tax rate set externally for the Shipping Method.

taxedPrice: TaxedPrice

Taxed price for the Shipping Method based on taxRate.