Sha256: d91d749549585b20476cff7912ab30f97eb2fbb0d5dc47a4a56d9bb7fc9dfa70

Contents?: true

Size: 305 Bytes

Versions: 5

Compression:

Stored size: 305 Bytes

Contents

# VeloPayments::FundingRequestV2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | Amount to fund, decimal implied |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::FundingRequestV2.new(
  amount: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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