Sha256: ea39977bba322797b1450ef8cd121a120199415894e7e8bb382b0cf55dd1271b
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
# VeloPayments::AutoTopUpConfigV3 ## 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] | | **funding_account_id** | **String** | Id of funding account from which to pull funds when auto top-up is triggered. Note - if this is not set then auto top-up is effectively disabled. | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::AutoTopUpConfigV3.new( enabled: true, min_balance: 10000, target_balance: 300000, funding_account_id: 640ab1bd-8a6a-4603-a83a-1edbc3ed5689 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/AutoTopUpConfigV3.md |
velopayments-2.35.58 | docs/AutoTopUpConfigV3.md |
velopayments-2.35.58.beta1 | docs/AutoTopUpConfigV3.md |