docs/TaxProviderUltraCartState.md in ultracart_api-3.9.1 vs docs/TaxProviderUltraCartState.md in ultracart_api-3.9.2
- old
+ new
@@ -2,9 +2,12 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **BOOLEAN** | True if this state taxes are managed by UltraCart | [optional]
+**exempt_digital_items** | **BOOLEAN** | True if digital items are exempt from sales tax in this state. | [optional]
+**exempt_physical_items** | **BOOLEAN** | True if physical items are exempt from sales tax in this state. | [optional]
+**exempt_service_items** | **BOOLEAN** | True if service items are exempt from sales tax in this state. | [optional]
**state_code** | **String** | State Code (2 digits) | [optional]
**state_name** | **String** | Fully spelled out state name | [optional]
**tax_gift_charge** | **BOOLEAN** | True if gift charges should be taxed in this state. | [optional]
**tax_gift_wrap** | **BOOLEAN** | True if gift wrap should be taxed in this state. | [optional]
**tax_rate_formatted** | **String** | State tax rate formatted for display | [optional]