Sha256: 406a29cad0f9d0276aa21c64fa79220bda493cbd70d54822b5b640cba2158ccb

Contents?: true

Size: 548 Bytes

Versions: 5

Compression:

Stored size: 548 Bytes

Contents

# VeloPayments::GetFundingsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page** | [**PagedUserResponsePage**](PagedUserResponsePage.md) |  | [optional] |
| **links** | [**Array<GetFundingsResponseLinks>**](GetFundingsResponseLinks.md) |  | [optional] |
| **content** | [**Array<FundingAudit>**](FundingAudit.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::GetFundingsResponse.new(
  page: null,
  links: null,
  content: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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