Sha256: 31d6283dd087fc6e416535e581acc316bf3d854dec7ce0e9a26be6866931d7ca

Contents?: true

Size: 840 Bytes

Versions: 3

Compression:

Stored size: 840 Bytes

Contents

# VeloPayments::AutoTopUpConfigV2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **enabled** | **Boolean** | Is auto top-up enabled? automatically trigger funding to top-up the source account balance when the balance falls below the configured minimum level. |  |
| **min_balance** | **Integer** | When the payor balance falls below this level then auto top-up will be triggered. Note - This is in minor units. | [optional] |
| **target_balance** | **Integer** | When the payor balance falls below the min balance then auto top-up will request funds bring the balance to this level. Note - this is in minor units. | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::AutoTopUpConfigV2.new(
  enabled: true,
  min_balance: 10000,
  target_balance: 300000
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/AutoTopUpConfigV2.md
velopayments-2.35.58 docs/AutoTopUpConfigV2.md
velopayments-2.35.58.beta1 docs/AutoTopUpConfigV2.md