Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

TaxProviderUltraCartState.md

File metadata and controls

19 lines (15 loc) · 1.21 KB

TaxProviderUltraCartState

Properties

Name Type Description Notes
enabled bool True if this state taxes are managed by UltraCart [optional]
exempt_digital_items bool True if digital items are exempt from sales tax in this state. [optional]
exempt_physical_items bool True if physical items are exempt from sales tax in this state. [optional]
exempt_service_items bool True if service items are exempt from sales tax in this state. [optional]
state_code str State Code (2 digits) [optional]
state_name str Fully spelled out state name [optional]
tax_gift_charge bool True if gift charges should be taxed in this state. [optional]
tax_gift_wrap bool True if gift wrap should be taxed in this state. [optional]
tax_rate_formatted str State tax rate formatted for display [optional]
tax_shipping bool True if shipping should be taxed in this state. [optional]

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