Sha256: 65cd2d8447a4bf193b51710acf840714e2aab27a67c64d436243f7a99f1c696f
Contents?: true
Size: 574 Bytes
Versions: 5
Compression:
Stored size: 574 Bytes
Contents
# VeloPayments::GetPayoutsResponseV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**GetPayoutsResponseV3Page**](GetPayoutsResponseV3Page.md) | | [optional] | | **links** | [**Array<GetPayoutsResponseV3Links>**](GetPayoutsResponseV3Links.md) | | [optional] | | **content** | [**Array<PayoutSummaryAuditV3>**](PayoutSummaryAuditV3.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::GetPayoutsResponseV3.new( page: null, links: null, content: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems