Sha256: 15ef6a82831f7c6fb94e630ae84131fed097c0f4ff610e45d1e32c0d118478d3
Contents?: true
Size: 377 Bytes
Versions: 3
Compression:
Stored size: 377 Bytes
Contents
# VeloPayments::SetNotificationsRequest2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **minimum_balance** | **Integer** | Amount to set as minimum balance for notifications in minor units | | ## Example ```ruby require 'velopayments' instance = VeloPayments::SetNotificationsRequest2.new( minimum_balance: 10000000 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/SetNotificationsRequest2.md |
velopayments-2.35.58 | docs/SetNotificationsRequest2.md |
velopayments-2.35.58.beta1 | docs/SetNotificationsRequest2.md |