docs/ItemInstantPaymentNotification.md in ultracart_api-3.10.220 vs docs/ItemInstantPaymentNotification.md in ultracart_api-4.0.32.rc
- old
+ new
@@ -1,10 +1,22 @@
-# UltracartClient::ItemInstantPaymentNotification
-
-## Properties
-Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
-**post_operation** | **BOOLEAN** | True for HTTP POST instead of GET | [optional]
-**successful_response_text** | **String** | Successful response text | [optional]
-**url** | **String** | URL | [optional]
-
-
+# UltracartClient::ItemInstantPaymentNotification
+
+## Properties
+
+| Name | Type | Description | Notes |
+| ---- | ---- | ----------- | ----- |
+| **post_operation** | **Boolean** | True for HTTP POST instead of GET | [optional] |
+| **successful_response_text** | **String** | Successful response text | [optional] |
+| **url** | **String** | URL | [optional] |
+
+## Example
+
+```ruby
+require 'ultracart_api'
+
+instance = UltracartClient::ItemInstantPaymentNotification.new(
+ post_operation: null,
+ successful_response_text: null,
+ url: null
+)
+```
+