docs/EmailSettings.md in ultracart_api-4.0.169 vs docs/EmailSettings.md in ultracart_api-4.0.170

- old
+ new

@@ -2,10 +2,13 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | +| **emails_per_day** | **Integer** | Emails per day allowed | [optional] | +| **emails_per_hour** | **Integer** | Emails per hour allowed | [optional] | +| **emails_per_month** | **Integer** | Emails per month allowed | [optional] | | **marketing_esp_domain_user** | **String** | | [optional] | | **marketing_esp_domain_uuid** | **String** | | [optional] | | **marketing_esp_friendly_name** | **String** | | [optional] | | **postcard_from_address1** | **String** | | [optional] | | **postcard_from_address2** | **String** | | [optional] | @@ -24,9 +27,12 @@ ```ruby require 'ultracart_api' instance = UltracartClient::EmailSettings.new( + emails_per_day: null, + emails_per_hour: null, + emails_per_month: null, marketing_esp_domain_user: null, marketing_esp_domain_uuid: null, marketing_esp_friendly_name: null, postcard_from_address1: null, postcard_from_address2: null,