docs/OrderBilling.md in ultracart_api-4.0.55.rc vs docs/OrderBilling.md in ultracart_api-4.0.56.rc

- old
+ new

@@ -5,10 +5,12 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address1** | **String** | Address line 1 | [optional] | | **address2** | **String** | Address line 2 | [optional] | | **cc_emails** | **Array<String>** | CC emails. Multiple allowed, but total length of all emails can not exceed 100 characters. | [optional] | +| **cell_phone** | **String** | Cell phone | [optional] | +| **cell_phone_e164** | **String** | Cell phone (E164 format) | [optional] | | **city** | **String** | City | [optional] | | **company** | **String** | Company | [optional] | | **country_code** | **String** | ISO-3166 two letter country code | [optional] | | **day_phone** | **String** | Day time phone | [optional] | | **day_phone_e164** | **String** | Day time phone (E164 format) | [optional] | @@ -28,9 +30,11 @@ instance = UltracartClient::OrderBilling.new( address1: null, address2: null, cc_emails: null, + cell_phone: null, + cell_phone_e164: null, city: null, company: null, country_code: null, day_phone: null, day_phone_e164: null,