docs/OrderPaymentCheck.md in ultracart_api-3.10.220 vs docs/OrderPaymentCheck.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,8 +1,18 @@
-# UltracartClient::OrderPaymentCheck
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**check_number** | **String** | Check number | [optional]
-
-
+# UltracartClient::OrderPaymentCheck
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **check_number** | **String** | Check number | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::OrderPaymentCheck.new(
+ check_number: null
+)
+```
+