Sha256: 73aac470dec100c679aaaa10998fcb097fe3ee4ff57f9af75473d1d1b07ee777
Contents?: true
Size: 602 Bytes
Versions: 5
Compression:
Stored size: 602 Bytes
Contents
# VeloPayments::ListSourceAccountResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**PagedUserResponsePage**](PagedUserResponsePage.md) | | [optional] | | **links** | [**Array<ListSourceAccountResponseV3Links>**](ListSourceAccountResponseV3Links.md) | | [optional] | | **content** | [**Array<SourceAccountResponseV3>**](SourceAccountResponseV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::ListSourceAccountResponseV3.new( page: null, links: null, content: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems