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