Sha256: 3725431aece780fc65b1d1ee5f43527a5c302404a22cd892074f8c704daee234

Contents?: true

Size: 590 Bytes

Versions: 3

Compression:

Stored size: 590 Bytes

Contents

# VeloPayments::PagedPaymentsResponseV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **page** | [**PagedPayeeInvitationStatusResponseV3Page**](PagedPayeeInvitationStatusResponseV3Page.md) |  | [optional] |
| **links** | [**Array<PagedPayeeResponseV3Links>**](PagedPayeeResponseV3Links.md) |  | [optional] |
| **content** | [**Array<PaymentV3>**](PaymentV3.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PagedPaymentsResponseV3.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/PagedPaymentsResponseV3.md
velopayments-2.35.58 docs/PagedPaymentsResponseV3.md
velopayments-2.35.58.beta1 docs/PagedPaymentsResponseV3.md