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

- old
+ new

@@ -1,17 +1,18 @@ # VeloPayments::SetNotificationsRequest ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**minimum_balance** | **Integer** | Amount to set as minimum balance in minor units | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **minimum_balance** | **Integer** | Amount to set as minimum balance in minor units | | -## Code Sample +## Example ```ruby -require 'VeloPayments' +require 'velopayments' -instance = VeloPayments::SetNotificationsRequest.new(minimum_balance: null) +instance = VeloPayments::SetNotificationsRequest.new( + minimum_balance: null +) ``` -