Sha256: 8e55f29e8a3a10df70b6b621765c8b59730c1bbed7eff060d3b979672e490ea2
Contents?: true
Size: 598 Bytes
Versions: 3
Compression:
Stored size: 598 Bytes
Contents
# VeloPayments::GetPayoutsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**PagedPayeeInvitationStatusResponseV3Page**](PagedPayeeInvitationStatusResponseV3Page.md) | | [optional] | | **links** | [**Array<PagedPayeeResponseV3Links>**](PagedPayeeResponseV3Links.md) | | [optional] | | **content** | [**Array<PayoutSummaryAudit>**](PayoutSummaryAudit.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::GetPayoutsResponse.new( page: null, links: null, content: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/GetPayoutsResponse.md |
velopayments-2.35.58 | docs/GetPayoutsResponse.md |
velopayments-2.35.58.beta1 | docs/GetPayoutsResponse.md |