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

Properties

Properties

taxedPrice: TaxedPrice

Taxed price for the Shipping Method based on taxRate.

taxRate: TaxRate

Tax rate set externally for the Shipping Method.