Sha256: 91df870a2f7b8416c4fcdfd385ceb62bdc351fdaeac17c555888c7b5fc17df30
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 Bytes
Contents
# VeloPayments::PagedPayeeInvitationStatusResponseV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **page** | [**PagedPayeeInvitationStatusResponseV3Page**](PagedPayeeInvitationStatusResponseV3Page.md) | | [optional] | | **links** | [**Array<PagedPayeeResponseV3Links>**](PagedPayeeResponseV3Links.md) | | [optional] | | **content** | [**Array<PayeeInvitationStatusResponseV4>**](PayeeInvitationStatusResponseV4.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PagedPayeeInvitationStatusResponseV4.new( page: null, links: null, content: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems