Sha256: 4777a1faa04a652892a4d098659b838208af68c406617f1f8aeb330017860a7b

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

# VeloPayments::FundingRequestV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **funding_account_id** | **String** | The funding account id |  |
| **amount** | **Integer** | Amount to fund in minor units |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::FundingRequestV3.new(
  funding_account_id: null,
  amount: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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