Sha256: df6b0cdbc4a44c0a82e6fa066b9aaa2ba3d33b3371add567d8f5b07815150c17
Contents?: true
Size: 685 Bytes
Versions: 8
Compression:
Stored size: 685 Bytes
Contents
# VeloPayments::ListFundingAccountsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | [**ListSourceAccountResponsePage**](ListSourceAccountResponsePage.md) | | [optional] **links** | [**Array<ListSourceAccountResponseLinks>**](ListSourceAccountResponseLinks.md) | | [optional] **content** | [**Array<FundingAccountResponse>**](FundingAccountResponse.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::ListFundingAccountsResponse.new(page: null, links: null, content: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems