Sha256: 49e56728abcb22c926fd9edd8a728d4cd9a3af223005d20f99c1e8789fc254ad
Contents?: true
Size: 671 Bytes
Versions: 5
Compression:
Stored size: 671 Bytes
Contents
# VeloPayments::GetPayoutsResponseV4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | [**PagedPayeeInvitationStatusResponsePage**](PagedPayeeInvitationStatusResponsePage.md) | | [optional] **links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) | | [optional] **content** | [**Array<PayoutSummaryAuditV4>**](PayoutSummaryAuditV4.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::GetPayoutsResponseV4.new(page: null, links: null, content: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems