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

Version Path
velopayments-2.23.78.beta1 docs/GetPayoutsResponseV4.md
velopayments-2.20.119 docs/GetPayoutsResponseV4.md
velopayments-2.20.29.beta1 docs/GetPayoutsResponseV4.md
velopayments-2.19.116 docs/GetPayoutsResponseV4.md
velopayments-2.19.40.beta1 docs/GetPayoutsResponseV4.md