Sha256: 52ffcf3f0cb2b778ba1e6a132382777e84e50e50b0fe616036ee722571d3e80e

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 Bytes

Contents

# VeloPayments::PagedPayeeInvitationStatusResponseV3

## Properties

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

## Example

```ruby
require 'velopayments'

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