docs/EmailSettings.md in ultracart_api-4.0.58.rc vs docs/EmailSettings.md in ultracart_api-4.0.59.rc
- old
+ new
@@ -11,10 +11,12 @@
| **postcard_from_address2** | **String** | | [optional] |
| **postcard_from_city** | **String** | | [optional] |
| **postcard_from_name** | **String** | | [optional] |
| **postcard_from_postal_code** | **String** | | [optional] |
| **postcard_from_state** | **String** | | [optional] |
+| **sms_esp_twilio_uuid** | **String** | | [optional] |
+| **sms_phone_number** | **String** | | [optional] |
| **transactional_esp_domain_user** | **String** | | [optional] |
| **transactional_esp_domain_uuid** | **String** | | [optional] |
| **transactional_esp_friendly_name** | **String** | | [optional] |
## Example
@@ -30,9 +32,11 @@
postcard_from_address2: null,
postcard_from_city: null,
postcard_from_name: null,
postcard_from_postal_code: null,
postcard_from_state: null,
+ sms_esp_twilio_uuid: null,
+ sms_phone_number: null,
transactional_esp_domain_user: null,
transactional_esp_domain_uuid: null,
transactional_esp_friendly_name: null
)
```