# VeloPayments::Notifications ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **minimum_balance** | **Integer** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::Notifications.new( minimum_balance: 120000 ) ```