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