Sha256: 6409a468ef75fc705e574833bc1e66416134a5a7db441698968cf4730e5e9a71

Contents?: true

Size: 576 Bytes

Versions: 5

Compression:

Stored size: 576 Bytes

Contents

# VeloPayments::ListPaymentsResponseV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page** | [**ListPaymentsResponseV3Page**](ListPaymentsResponseV3Page.md) |  | [optional] |
| **links** | [**Array<GetPayoutsResponseV3Links>**](GetPayoutsResponseV3Links.md) |  | [optional] |
| **content** | [**Array<PaymentResponseV4>**](PaymentResponseV4.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::ListPaymentsResponseV4.new(
  page: null,
  links: null,
  content: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/ListPaymentsResponseV4.md
velopayments-2.35.58 docs/ListPaymentsResponseV4.md
velopayments-2.35.58.beta1 docs/ListPaymentsResponseV4.md
velopayments-2.29.128.beta1 docs/ListPaymentsResponseV4.md
velopayments-2.26.124.beta1 docs/ListPaymentsResponseV4.md