docs/Notifications.md in velopayments-2.23.78.beta1 vs docs/Notifications.md in velopayments-2.26.124.beta1

- old
+ new

@@ -1,17 +1,18 @@ # VeloPayments::Notifications ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**minimum_balance** | **Integer** | | [optional] +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **minimum_balance** | **Integer** | | [optional] | -## Code Sample +## Example ```ruby -require 'VeloPayments' +require 'velopayments' -instance = VeloPayments::Notifications.new(minimum_balance: 120000) +instance = VeloPayments::Notifications.new( + minimum_balance: 120000 +) ``` -