Sha256: 1dc5104212bb7216e8a4a75522b2bfb5bb3120981dd41389dcc9ff39070c4393

Contents?: true

Size: 717 Bytes

Versions: 5

Compression:

Stored size: 717 Bytes

Contents

# VeloPayments::PagedPayeeInvitationStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | [**PagedPayeeInvitationStatusResponsePage**](PagedPayeeInvitationStatusResponsePage.md) |  | [optional] 
**links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) |  | [optional] 
**content** | [**Array<PayeeInvitationStatusResponse>**](PayeeInvitationStatusResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::PagedPayeeInvitationStatusResponse.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/PagedPayeeInvitationStatusResponse.md
velopayments-2.20.119 docs/PagedPayeeInvitationStatusResponse.md
velopayments-2.20.29.beta1 docs/PagedPayeeInvitationStatusResponse.md
velopayments-2.19.116 docs/PagedPayeeInvitationStatusResponse.md
velopayments-2.19.40.beta1 docs/PagedPayeeInvitationStatusResponse.md