Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 831 Bytes

TaxDataTaxRuleInterface.md

File metadata and controls

18 lines (14 loc) · 831 Bytes

TaxDataTaxRuleInterface

Properties

Name Type Description Notes
id int Id [optional]
code str Tax rule code
priority int Priority
position int Sort order.
customer_tax_class_ids list[int] Customer tax class id
product_tax_class_ids list[int] Product tax class id
tax_rate_ids list[int] Tax rate ids
calculate_subtotal bool Calculate subtotal. [optional]
extension_attributes TaxDataTaxRuleExtensionInterface [optional]

[Back to Model list] [Back to API list] [Back to README]