ProviderShippingMethodTaxLine
ProviderShippingMethodTaxLine: Object
The tax line properties for a given shipping method.
Properties
rate
numberRequiredThe tax rate.
name
stringRequiredThe tax rate's name.
code
string | nullRequiredThe tax code.
shipping_method_id
stringRequiredThe shipping method's ID.
metadata
Record<string, unknown>Holds any necessary additional data to be added to the shipping method tax lines.
Was this section helpful?