Sha256: db10aad3e06917997445c0ae320054032f537157851e0fcc7513d01a9dd21130

Contents?: true

Size: 353 Bytes

Versions: 5

Compression:

Stored size: 353 Bytes

Contents

# VeloPayments::SetNotificationsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **minimum_balance** | **Integer** | Amount to set as minimum balance in minor units |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::SetNotificationsRequest.new(
  minimum_balance: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/SetNotificationsRequest.md
velopayments-2.35.58 docs/SetNotificationsRequest.md
velopayments-2.35.58.beta1 docs/SetNotificationsRequest.md
velopayments-2.29.128.beta1 docs/SetNotificationsRequest.md
velopayments-2.26.124.beta1 docs/SetNotificationsRequest.md