Sha256: 0a9f42898c44010ceac9378771982bf2528206cd5c8d9cd909bac1e06d688680
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
# VeloPayments::ListFundingAccountsResponseV2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**ListFundingAccountsResponseV2Page**](ListFundingAccountsResponseV2Page.md) | | [optional] | | **links** | [**Array<ListSourceAccountResponseV2Links>**](ListSourceAccountResponseV2Links.md) | | [optional] | | **content** | [**Array<FundingAccountResponseV2>**](FundingAccountResponseV2.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::ListFundingAccountsResponseV2.new( page: null, links: null, content: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/ListFundingAccountsResponseV2.md |