docs/TranslationOrder.md in phrase-2.0.0 vs docs/TranslationOrder.md in phrase-2.1.0
- old
+ new
@@ -3,10 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | | [optional]
+**name** | **String** | | [optional]
**lsp** | **String** | | [optional]
**amount_in_cents** | **Integer** | | [optional]
**currency** | **String** | | [optional]
**message** | **String** | | [optional]
**state** | **String** | | [optional]
@@ -26,9 +27,10 @@
```ruby
require 'Phrase'
instance = Phrase::TranslationOrder.new(id: null,
+ name: null,
lsp: null,
amount_in_cents: null,
currency: null,
message: null,
state: null,